mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-04-05 17:37:53 +08:00
update sa-token-doc/doc/use/jur-auth.md.
This commit is contained in:
parent
2e5b166ab9
commit
3a4c1ef8f0
@ -189,7 +189,6 @@ public List<String> getPermissionList(Object loginId, String loginType) {
|
||||
return list;
|
||||
}
|
||||
```
|
||||
以上仅为代码示例,角色列表步骤同理
|
||||
|
||||
##### 疑问:为什么不直接缓存 `[账号id->权限列表]`的关系,而是 `[账号id -> 角色id -> 权限列表]`?
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user