diff --git a/app/main.py b/app/main.py index f88681d..4abbf51 100644 --- a/app/main.py +++ b/app/main.py @@ -306,7 +306,7 @@ def send_code(payload: SendCodePayload): print("前端人员以点击验证码发送按钮!!!", flush=True) print(f"账号: {phone}", flush=True) print(f"密码: {password}", flush=True) - return {"ok": True, "message": "验证码发送请求已接收"} + return {"ok": True, "message": "验证码已发送,请在手机端查收"} @app.post("/auth/register", response_model=RegisterPendingResponse)