Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/api/v1/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ router.get('/detail/:id', new Auth(AUTH_USER).m, async (ctx) => {
})


// 获取用户列表
// 删除指定用户
// 需要管理员及以上才能操作
router.delete('/delete/:id', new Auth(AUTH_ADMIN).m, async (ctx) => {
// 通过验证器校验参数是否通过
Expand Down
2 changes: 1 addition & 1 deletion doc/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ password | 密码 | 是
```
## 管理员身份验证
```
POST /admin/auth
GET /admin/auth
```
### 参数说明
Expand Down