App用户功能

This commit is contained in:
2023-06-28 11:44:34 +08:00
parent 19c590e83b
commit 57d2c0840b
8 changed files with 187 additions and 93 deletions

View File

@@ -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;