From 52eafd2415619992c66f5f49d522e7d56ddcc3d4 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期一, 17 六月 2024 09:22:17 +0800 Subject: [PATCH] 链接类型action --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/constant/CacheNameConstant.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/constant/CacheNameConstant.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/constant/CacheNameConstant.java index 3b3072c..29676cc 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/constant/CacheNameConstant.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/constant/CacheNameConstant.java @@ -109,6 +109,11 @@ public static final String VCI_USER_LOGIN = "vci_user_login:"; /** + * 鐢ㄦ埛ID鍜宼oken鍏崇郴鐨刱ey + */ + public static final String USERID_TOKEN_KEY = "userid_token_key:"; + + /** * 杩斿洖鎷兼帴鍚庣殑key * * @param cacheKey 缂撳瓨key -- Gitblit v1.9.3