0
0

个人中心修改密码

This commit is contained in:
2025-09-18 08:54:29 +08:00
parent 540a6fc1da
commit 11e48acc81
3 changed files with 64 additions and 11 deletions

View File

@ -125,17 +125,6 @@ public class AppAuthController {
}
/**
* 退出登录
*/
@PostMapping("/logout")
public R<Void> logout() {
loginService.logout();
return R.ok("退出成功");
}
/**
* 用户注销
*/