This commit is contained in:
eric
2023-05-04 20:25:15 +08:00
parent 28aef4f2e1
commit 53463f63f6

2
app.py
View File

@@ -152,7 +152,7 @@ async def getphonenum(
# content = {"err_code": err_code,"data_list": [{"outputArguments":outputArguments}]}
background_tasks.add_task(resData,inputArguments,uid)
# background_tasks.add_task(resData,inputArguments,uid)
content = {"err_code": 0,"data_list": [{"outputArguments":"test"}]}
headers = {"Content-Type": "application/json"}
return JSONResponse(content=content, headers=headers)