修改文字

This commit is contained in:
龙澳
2026-03-23 15:51:11 +08:00
parent f92822952d
commit 2a1e256563

View File

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