diff --git a/main.py b/main.py index db0b0c4..725414d 100644 --- a/main.py +++ b/main.py @@ -2166,7 +2166,7 @@ async def fastapi_query_all_records_by_date_with_type(querydate: str, querytype: return results -@app.get("/queryallrecordsbydatewithtype/") +@app.get("/queryallrecordsbyidsdatetype/") async def fastapi_query_all_records_by_ids_date_type(ids:str, querydate: str, querytype: str) -> list: # 缓存查询结果提高性能 global redis_client