feat: 增加关闭验证码的功能
增加关闭验证码的功能
This commit is contained in:
@@ -28,6 +28,11 @@ public interface RedisConstants {
|
||||
*/
|
||||
String IP_QPS_THRESHOLD_LIMIT_KEY = "IP_QPS_THRESHOLD_LIMIT";
|
||||
|
||||
/**
|
||||
* 关闭验证码
|
||||
*/
|
||||
String CLOSE_CAPTCHA_KEY = "CLOSE_CAPTCHA";
|
||||
|
||||
/**
|
||||
* 手机验证码缓存前缀
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user