bugfix
This commit is contained in:
parent
9a454eed85
commit
41e334021c
@ -10,7 +10,7 @@ if phone is None:
|
|||||||
status, timeout = await sms_engine.generate_sms_code(phone)
|
status, timeout = await sms_engine.generate_sms_code(phone)
|
||||||
if not status:
|
if not status:
|
||||||
return {
|
return {
|
||||||
status": "error",
|
"status": "error",
|
||||||
"data": {
|
"data": {
|
||||||
message": f'为{phone}生成的手机号出错"
|
message": f'为{phone}生成的手机号出错"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user