bugfix
This commit is contained in:
parent
40c4a46b3d
commit
4e27e9df68
@ -21,6 +21,6 @@ return {
|
|||||||
"status": "ok",
|
"status": "ok",
|
||||||
"data": {
|
"data": {
|
||||||
"message": "短信码已生成",
|
"message": "短信码已生成",
|
||||||
"id": id
|
"key": id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# 用短信模块检查验证码是否正确
|
# 用短信模块检查验证码是否正确
|
||||||
if params_kw.cellphone:
|
if params_kw.cellphone is None:
|
||||||
return {
|
return {
|
||||||
"status": "error",
|
"status": "error",
|
||||||
"data":{
|
"data":{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user