From 2a1e256563b81dabcfebf739074577156e1fc1e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E6=BE=B3?= Date: Mon, 23 Mar 2026 15:51:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)