This commit is contained in:
yumoqing 2026-03-21 15:31:36 +08:00
parent 40c4a46b3d
commit 4e27e9df68
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@ return {
"status": "ok", "status": "ok",
"data": { "data": {
"message": "短信码已生成", "message": "短信码已生成",
"id": id "key": id
} }
} }

View File

@ -1,5 +1,5 @@
# 用短信模块检查验证码是否正确 # 用短信模块检查验证码是否正确
if params_kw.cellphone: if params_kw.cellphone is None:
return { return {
"status": "error", "status": "error",
"data":{ "data":{