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