修改文案

parent d1b68351
......@@ -197,7 +197,7 @@ public class UserController implements IBaseController {
}
if (!smsService.validateFastLoginVerificationCode(phoneNo, verificationCode)) {
LOGGER.info("用户快速登录,验证码校验失败,phoneNo:{} , verificationCode:{}", phoneNo, verificationCode);
result.put("fail", JsonResult.buildErrorStateResult("验证码错误", null));
result.put("fail", JsonResult.buildErrorStateResult("验证码不正确", null));
}
result.put("success", JsonResult.buildSuccessResult("", phoneNo));
return result;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment