修改文字
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user