fix : 路由关键key改为登录uuid

This commit is contained in:
clay
2024-03-07 15:21:26 +08:00
parent c86f078b3d
commit d3d4b231cf
4 changed files with 13 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ public class CacheConstants {
/**
* 路由缓存地址
*/
public static final String ROUTE_CACHE_KEY = "router_key:";
public static final String ROUTE_CACHE_KEY = "router:key:";
/**
* 登录用户 redis key
*/