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

撤销QG图形验证中的“操作过快”文案

parent 53006e88
...@@ -62,9 +62,6 @@ public class CaptchaNewValidateAdvisor { ...@@ -62,9 +62,6 @@ public class CaptchaNewValidateAdvisor {
return JsonResult.buildErrorStateResult("验证码有误", ""); return JsonResult.buildErrorStateResult("验证码有误", "");
} }
} else { } else {
if(StringUtils.isBlank(request.getParameter(Constants.QG_CAPTCHA_ID))){
return JsonResult.buildErrorStateResult("操作过快,请稍后重试", "", 2L);
}
if (qgValid(request)) { if (qgValid(request)) {
return pjp.proceed(); return pjp.proceed();
} else { } else {
......
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