Impl /auth/user/list

This commit is contained in:
2022-10-16 02:10:35 +00:00
committed by GitHub
parent e2a1dde4a6
commit 43f8a27172
7 changed files with 248 additions and 2 deletions

View File

@@ -35,6 +35,10 @@
* 方法: `GET``POST`
* RESTful: `GET /api/auth/user``GET /auth/user`
* 鉴权: 需要(其他用户信息仅管理员)
## 获取用户列表
* 路径: `/api/auth/user/list``/auth/user/list`
* 方法: `GET``POST`
* 鉴权: 需要(仅管理员)
## 获取Token
* 路径: `/api/auth/token/add``/auth/token/add`
* 方法: `GET``POST`