Merge branch 'dev' of https://gitee.com/sz6/sa-token into dev

This commit is contained in:
shengzhang
2021-03-08 23:27:38 +08:00

View File

@@ -43,7 +43,7 @@
``` java
// 底层的 StpLogic 对象
public static StpLogic stpLogic = new StpLogic("login") {
public static StpLogic stpLogic = new StpLogic("user") {
// 重写 `getTokenName` 函数,返回一个与 `StpUtil` 不同的token名称, 防止冲突
@Override
public String getTokenName() {