feat(auth): 新增大哥租户专属登出接口
This commit is contained in:
@@ -68,4 +68,9 @@ public class UserController {
|
||||
return ResultUtils.success(loginService.logout());
|
||||
}
|
||||
|
||||
@PostMapping("/bigbrother-logout")
|
||||
public BaseResponse<Boolean> bigBrotherLogout(@RequestBody SystemUsersDTO usersDTO){
|
||||
return ResultUtils.success(loginService.bigBrotherLogout(usersDTO));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user