Commit c1cb696f authored by 技术部-任文超's avatar 技术部-任文超

完善图形验证码提示文案

parent dcc51f04
......@@ -112,6 +112,7 @@ public class CaptchaFiniteValidateAdvisor {
if (validCaptcha) {
return pjp.proceed();
}
return JsonResult.buildSuccessResult("图形验证码不正确", "", 2L);
}
return JsonResult.buildSuccessResult("请输入图形验证码", "", 2L);
}
......
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