This commit is contained in:
click33
2021-06-16 17:48:21 +08:00
parent 1559406ece
commit 1df8465e20
8 changed files with 10 additions and 12 deletions

View File

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