app端忘记密码redis缓存key字段优化
This commit is contained in:
@ -2,5 +2,7 @@ package com.fuyuanshen.constants;
|
||||
|
||||
public class RedisConstants {
|
||||
|
||||
public static final String APP_SMS_TOKEN = "app_sms_forgotPassword:";
|
||||
public static final String APP_FORGOT_PASSWORD_SMS_TOKEN = "app_sms_forgotPassword:";
|
||||
|
||||
public static final String APP_REGISTER_SMS_TOKEN = "app_sms_register:";
|
||||
}
|
||||
|
Reference in New Issue
Block a user