From 1e9806d95029ca54a8b5edcb34e9c190def1c6bc Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 27 十月 2022 20:14:10 +0800 Subject: [PATCH] 1 --- src/main/java/com/lf/server/entity/all/RedisCacheKey.java | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/lf/server/entity/all/RedisCacheKey.java b/src/main/java/com/lf/server/entity/all/RedisCacheKey.java index 9541e00..2c15a63 100644 --- a/src/main/java/com/lf/server/entity/all/RedisCacheKey.java +++ b/src/main/java/com/lf/server/entity/all/RedisCacheKey.java @@ -60,4 +60,11 @@ public static String permsPermsEntityKey(String key) { return "perms:permsEntity:" + key; } + + /** + * 榛�/鐧藉悕鍗曢敭 + */ + public static String blacklistKey(String key) { + return "blacklist:" + key; + } } -- Gitblit v1.9.3