11
This commit is contained in:
2
app.py
2
app.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user