mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
Impl /auth/user/delete
This commit is contained in:
@@ -25,6 +25,11 @@
|
||||
* 路径: `/api/auth/user/change/password`、 `/auth/user/change/password`
|
||||
* 方法: `GET` 或 `POST`
|
||||
* 鉴权: 需要
|
||||
## 删除用户
|
||||
* 路径: `/api/auth/user/delete`、 `/auth/user/delete`
|
||||
* 方法: `GET` 或 `POST`
|
||||
* RESTful: `DELETE /api/auth/user` 或 `DELETE /auth/user`
|
||||
* 鉴权: 需要(仅管理员)
|
||||
## 获取Token
|
||||
* 路径: `/api/auth/token/add`、 `/auth/token/add`
|
||||
* 方法: `GET` 或 `POST`
|
||||
|
||||
Reference in New Issue
Block a user