Refine
This commit is contained in:
2
main.py
2
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
|
||||
|
||||
Reference in New Issue
Block a user