@Service public class UserLoginOutServiceImpl extends Object implements UserLoginOutService
| Modifier and Type | Field and Description |
|---|---|
private cn.sinozg.applet.common.service.FrameworkAuthService |
frameworkAuthService |
private FrameworkLoginLogService |
frameworkLoginLogService |
| Constructor and Description |
|---|
UserLoginOutServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
logout(String tokenId,
String userId)
登出 有token 则退出对应的用户
没有token 则退出当前用户
|
private FrameworkLoginLogService frameworkLoginLogService
private cn.sinozg.applet.common.service.FrameworkAuthService frameworkAuthService
public void logout(String tokenId, String userId)
UserLoginOutServicelogout in interface UserLoginOutServicetokenId - tokenuserId - 用户idCopyright © 2024. All rights reserved.