!38 添加token有效期定制设置的提示信息

Merge pull request !38 from AppleOfGray/N/A
This commit is contained in:
省长 2021-04-26 15:07:16 +08:00 committed by Gitee
commit 3405188531

View File

@ -55,3 +55,5 @@ public static StpLogic stpLogic = new StpLogic("user") {
再次调用 `StpUserUtil.setLoginId(10001)` 进行登录授权时token的名称将不再是 `satoken`,而是我们重写后的 `satoken-user`
> 不同体系账号在登录时设置不同的token有效期等信息, 详见[登录时指定token有效期](/use/remember-me?id=登录时指定token有效期)