mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-17 08:46:39 +08:00
update 修改 LOGIN_TOKEN_KEY 内容 对应 satoken 的 key
This commit is contained in:
parent
1d1732ab4a
commit
2fe8291f1d
@ -64,7 +64,7 @@ public class Constants {
|
||||
/**
|
||||
* 登录用户 redis key
|
||||
*/
|
||||
public static final String LOGIN_TOKEN_KEY = "login_tokens:";
|
||||
public static final String LOGIN_TOKEN_KEY = "Authorization:login:token:";
|
||||
|
||||
/**
|
||||
* 在线用户 redis key
|
||||
|
Loading…
Reference in New Issue
Block a user