Impl /auth/user/change/name

This commit is contained in:
2022-10-14 00:59:27 +00:00
committed by GitHub
parent 205e23c81d
commit d10e1b4571
6 changed files with 80 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
* 方法: `GET``POST`
* RESTful: `PATCH /api/auth/user``PATCH /auth/user`
* 鉴权: 需要
## 修改用户名字
* 路径: `/api/auth/user/change/name``/auth/user/change/name`
* 方法: `GET``POST`
* 鉴权: 需要
## 获取Token
* 路径: `/api/auth/token/add``/auth/token/add`
* 方法: `GET``POST`