This commit is contained in:
eric
2023-05-04 16:20:23 +08:00
parent 7ff015458f
commit 16deac824b

2
app.py
View File

@@ -91,6 +91,6 @@ async def getphonenum(inputArguments: Union[str, None] = None,appid: Union[str,
# 存储uid和手机号
# return {"appid": appid,"bid": bid,"requestid": requestid,"uid": uid,'inputArguments':inputArguments}
content = {"err_code": -1,"data_list": [],"outputArguments":'test'}
content = {"err_code": 0,"data_list": [{"outputArguments":'test'}]}
headers = { "Content-Type":"application/json"}
return JSONResponse(content=content, headers=headers)