init
This commit is contained in:
@@ -12,6 +12,11 @@ public interface CacheConstants {
|
||||
*/
|
||||
String ONLINE_TOKEN_KEY = "online_tokens:";
|
||||
|
||||
/**
|
||||
* 单天在线APP用户
|
||||
*/
|
||||
String ONLINE_TODAY_TOKEN_KEY = "online_tokens_today:%s";
|
||||
|
||||
/**
|
||||
* 验证码 redis key
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user