账号切换实现
This commit is contained in:
@@ -11,4 +11,10 @@ public interface AuthorizationService {
|
||||
Object getCaptcha();
|
||||
|
||||
LoginVO login(SysLoginDTO loginDTO, String platformType);
|
||||
|
||||
/**
|
||||
* 切换登录用户
|
||||
* @param sysUserId 系统用户id
|
||||
*/
|
||||
void switchTo(Long sysUserId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user