增加日志

parent 7f3f081f
......@@ -26,14 +26,16 @@ public interface Constants {
String REDIS_PREFIX_VERIFICATION_CODE = "verificationCode_";
String REDIS_PREFIX_VERIFICATION_VOICE_CODE = "verificationCode_voice_";
//新版短信验证码计数
String REDIS_SMS_CODE_COUNT = "SMS_verification_code_count:";
String REDIS_SMS_IP_COUNT = "SMS_verification_code_count:";
String REDIS_SMS_DEVICE_COUNT = "SMS_verification_code_count:";
//新版语音验证码计数
String REDIS_VOICE_CODE_COUNT = "Voice_verification_code_count:";
String REDIS_VOICE_IP_COUNT = "Voice_verification_code_count:";
String REDIS_VOICE_DEVICE_COUNT = "Voice_verification_code_count:";
String REDIS_VERIFICATION_COUNT = "verification_code_count:";
/**
* 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