src/main/java/com/moon/server/entity/all/RedisCacheKey.java
@@ -41,10 +41,17 @@ } /** * 资源列表授权键 * 图层授权键 */ public static String permsResListKey(String key) { return "perms:resList:" + key; public static String permsLayerKey(String key) { return "perms:layer:" + key; } /** * 投影图层授权键 */ public static String permsProjectLayerKey(String key) { return "perms:projectLayer:" + key; } /** @@ -69,6 +76,13 @@ } /** * 代理授权实体键 */ public static String permsProxy(String key) { return "perms:proxy:" + key; } /** * 黑/白名单键 */ public static String blacklistKey(String key) {