From 16deac824b7988a0448997f6dfa47a639b582c87 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 4 May 2023 16:20:23 +0800 Subject: [PATCH] update --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 064977e..d56f42d 100644 --- a/app.py +++ b/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)