feat:test

This commit is contained in:
eric
2023-05-04 15:14:55 +08:00
parent 56973ace6e
commit 71271ab53e

3
app.py
View File

@@ -87,4 +87,5 @@ async def getphonenum(inputArguments: Union[str, None] = None,appid: Union[str,
sendTg(f'用户输入:{inputArguments},手机号不正确') sendTg(f'用户输入:{inputArguments},手机号不正确')
# 存储uid和手机号 # 存储uid和手机号
return {"appid": appid,"bid": bid,"requestid": requestid,"uid": uid,'inputArguments':inputArguments} # return {"appid": appid,"bid": bid,"requestid": requestid,"uid": uid,'inputArguments':inputArguments}
return {"err_code": -1,"data_list": [],"outputArguments":'test'}