提交 ce468296 编写于 作者: 郝先瑞

refactor(GlobalConstants.java): 精简权限缓存key

上级 9c0bf55b
......@@ -21,11 +21,11 @@ public interface GlobalConstants {
/**
* [ {接口路径:[角色编码]},...]
*/
String URL_PERM_ROLES_KEY = "system:perm_roles_rule:url";
String URL_PERM_ROLES_KEY = "permission:url";
/**
* [{按钮权限:[角色编码]},...]
* [{按钮权限标识:[角色编码]},...]
*/
String BTN_PERM_ROLES_KEY = "system:perm_roles_rule:btn";
String BTN_PERM_ROLES_KEY = "permission:btn";
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册