fix: 修改退出账号功能

This commit is contained in:
weihongyang
2022-06-23 12:09:55 +08:00
parent 3b6496773d
commit 42de3bd79c
3 changed files with 0 additions and 14 deletions

View File

@@ -31,9 +31,6 @@ public class LoginController {
@Autowired
private LoginService loginService;
@Autowired
private LogoutSuccessHandlerImpl logoutSuccessHandler;
@PostMapping("/login")
@ApiOperation(value = "登录")
public ResponseResult login(HttpServletRequest request, @RequestBody LoginParam loginParam) {