sa两套鉴权合并为一套
This commit is contained in:
@@ -31,7 +31,7 @@ public class StpInterfaceImpl implements StpInterface {
|
||||
return new ArrayList<>();
|
||||
}
|
||||
|
||||
private static @Nullable List<String> getCashInfo(String key) {
|
||||
private static List<String> getCashInfo(String key) {
|
||||
Object value = StpKit.USER.getSession().get(key);
|
||||
if (value instanceof List<?> list) {
|
||||
return (List<String>) list;
|
||||
|
||||
Reference in New Issue
Block a user