v1.20.0 更新

This commit is contained in:
click33
2021-06-16 20:24:23 +08:00
parent 1df8465e20
commit c6d3cda4a4
38 changed files with 81 additions and 51 deletions

View File

@@ -14,7 +14,7 @@
``` java
// 标记当前会话登录的账号id
// 建议的参数类型long | int | String 不可以传入复杂类型User、Admin等等
StpUtil.login(Object id);
StpUtil.login(Object id);
// 当前会话注销登录
StpUtil.logout();