Showing
1 changed file
with
1 additions
and
1 deletions
@@ -75,7 +75,7 @@ const cert = { | @@ -75,7 +75,7 @@ const cert = { | ||
75 | 75 | ||
76 | req.ctx(CertService).certCheck(mobile, area, code).then(({error, result}) => { | 76 | req.ctx(CertService).certCheck(mobile, area, code).then(({error, result}) => { |
77 | if (error) { | 77 | if (error) { |
78 | - return res.json({code: 400, message: '验证错误,请重新登录', data: ''}); | 78 | + return res.json({code: 400, message: '短信验证码不正确', data: ''}); |
79 | } | 79 | } |
80 | 80 | ||
81 | return res.json({code: 200, data: result}); | 81 | return res.json({code: 200, data: result}); |
-
Please register or login to post a comment