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

找回merge后丢失的常量

parent c8058658
......@@ -38,6 +38,9 @@ public interface Constants {
Long Image_Need_Count = 3L;
Long IMAGE_FINITE_COUNT = 3L;
String X_AUTH_TOKEN = "x-auth-token";
String ONE_TIME_TOKEN = "oneTimeToken";
String REDIS_PASSWORD_ERROR_COUNT = "password_error_count:";
String REDIS_PASSWORD_ERROR_COUNT_FOR_IPV4 = "password_error_count_4_ipv4:";
String IPV4_LOCK = "lock_ipv4:";
......@@ -46,6 +49,8 @@ public interface Constants {
Long IPV4_LOCK_ON_COUNTS = 200L;
int DANGEROUS_TIME_START = 22;
int DANGEROUS_TIME_END = 6;
String CLEAR_LOCK_FOR_IPV4 = "x-clear-lock-11241842-y";
String CLEAR_LOCK_FOR_IPV4_KEY = "lhp.family.dwy.sjs.yym.cxy.cpg";
/**
* redis中token的key值前缀
*/
......
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