移除删除账号功能

This commit is contained in:
2026-07-16 10:16:56 +08:00
parent 6a43f33f7a
commit 1737563516
5 changed files with 23 additions and 55 deletions

View File

@@ -169,7 +169,8 @@
| GET | /api/auth/users | 用户列表 |
| PUT | /api/auth/users/:id | 编辑用户 |
| PUT | /api/auth/users/:id/password | 重置密码 |
| DELETE | /api/auth/users/:id | 删除用户 |
| PUT | /api/rbac/users/:id/archive | 归档用户 |
| PUT | /api/rbac/users/:id/restore | 恢复用户 |
### 业务模块
| 方法 | 路径 | 说明 |