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

添加注册、快速登录、重置密码时对手机验证码的计数器处理(5次后销毁验证码,用户需重新获取)

parent cf15dc6b
...@@ -72,6 +72,8 @@ public class CaptchaNewValidateAdvisor { ...@@ -72,6 +72,8 @@ public class CaptchaNewValidateAdvisor {
/** /**
* 在受图形验证码保护的接口方法执行前, 执行图形验证码校验 * 在受图形验证码保护的接口方法执行前, 执行图形验证码校验
* captchaId 图形验证码key
* captchaValue 图形验证码value
* *
* @throws Throwable * @throws Throwable
*/ */
......
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