mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-12-24 03:29:29 +08:00
优化代码
This commit is contained in:
@@ -68,7 +68,7 @@ public class LoginController {
|
||||
|
||||
@PostMapping("/logout")
|
||||
public JsonResponse logout() throws JwtLogoutException {
|
||||
jwtService.logout(RequestUtil.token(), SystemConstant.JWT_PRV_ADMIN_USER);
|
||||
jwtService.adminUserLogout(RequestUtil.token());
|
||||
return JsonResponse.success("success");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user