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

回归到merge前代码版本后,重新整合成功(本地简单测试登录服务OK)

parent 0938421b
...@@ -145,7 +145,7 @@ public class CaptchaFiniteValidateAdvisor { ...@@ -145,7 +145,7 @@ public class CaptchaFiniteValidateAdvisor {
if(StringUtils.isBlank(phoneNo)){ if(StringUtils.isBlank(phoneNo)){
return null; return null;
} }
return Constants.REDIS_PASSWORD_ERROR_COUNT_FOR_PHONE + phoneNo; return Constants.REDIS_PASSWORD_ERROR_COUNT + phoneNo;
} }
/** /**
......
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