App用户功能
This commit is contained in:
@@ -24,7 +24,15 @@ public enum RedisKeyEnum {
|
||||
/**
|
||||
* 终端信息查询缓存的公共key前缀
|
||||
*/
|
||||
DEVICE_INFO_KEY("DEVICE_INFO_PUBLIC:",-1L);
|
||||
DEVICE_INFO_KEY("DEVICE_INFO_PUBLIC:",-1L),
|
||||
|
||||
/**
|
||||
* APP角色推荐码
|
||||
*/
|
||||
ROLE_REFERRAL_CODE_KEY("ROLE_REFERRAL_CODE",2L),
|
||||
;
|
||||
|
||||
|
||||
|
||||
private final String key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user