|
|
@ -67,7 +67,7 @@ public class AuthController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Operation(summary = "退出登录") |
|
|
@Operation(summary = "退出登录") |
|
|
@DeleteMapping("/logout") |
|
|
@PostMapping("/logout") |
|
|
@Log(module = LogModuleEnum.LOGIN, value = ActionTypeEnum.LOGOUT) |
|
|
@Log(module = LogModuleEnum.LOGIN, value = ActionTypeEnum.LOGOUT) |
|
|
public Result<Void> logout() { |
|
|
public Result<Void> logout() { |
|
|
authService.logout(); |
|
|
authService.logout(); |
|
|
|