This commit is contained in:
yumoqing 2026-03-18 17:28:00 +08:00
parent b33cfe9978
commit 0b50deed72

View File

@ -14,7 +14,7 @@
{ {
"status": "ok", "status": "ok",
"data": { "data": {
"sms_code": "key": # 密钥,需要在登录时带回
} }
} }
``` ```
@ -34,6 +34,7 @@
``` ```
{ {
"cellphone": "cellphone":
"key": # 生成验证码时后台返回的key
"sms_code": "sms_code":
} }
``` ```