1
0

解决冲突

This commit is contained in:
2025-08-07 18:17:49 +08:00
parent 83458d0060
commit 65caea4a00
2 changed files with 82 additions and 9 deletions

View File

@ -110,15 +110,6 @@ public class AppAuthController {
return R.ok("退出成功");
}
/**
* 用户注销
*/
@PostMapping("/cancelAccount")
public R<Void> cancelAccount() {
loginService.cancelAccount();
return R.ok("用户注销成功");
}
/**
* 用户注册
*/