|
@@ -65,7 +65,7 @@ public class AuthController {
|
|
|
return success(adminAuthService.login(authQueryBody, clientVO, grantType));
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/logout")
|
|
|
+ @PostMapping("/logout")
|
|
|
public CommonResult<Void> logout() {
|
|
|
// 清除缓存session
|
|
|
StpUtil.getTokenSession().logout();
|