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…
x
Reference in New Issue
Block a user