update
This commit is contained in:
parent
19211c9d75
commit
faa66eb97f
@ -107,6 +107,7 @@ async def wechat_phone_login(
|
||||
)
|
||||
except Exception as e:
|
||||
db.rollback()
|
||||
print(f"登录失败: {str(e)}")
|
||||
return error_response(code=500, message=f"登录失败: {str(e)}")
|
||||
|
||||
@router.post("/create-payment", response_model=ResponseModel)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user