Update api_list.md

修改文档
This commit is contained in:
houwei 2024-06-21 21:04:11 +08:00
parent 2e0c3a1032
commit aa23795886

View File

@ -119,8 +119,8 @@
```json ```json
{ {
"code":"200", "code":200,
"data": "null", "data": null,
"msg":"令牌已注销" "msg":"令牌已注销"
} }
``` ```
@ -129,7 +129,7 @@
修改登录密码POST请求 修改登录密码POST请求
> api/auth/password/change > /api/auth/password/change
入参示例 入参示例
@ -153,9 +153,9 @@
```json ```json
{ {
"code":"200", "code":200,
"msg":"修改成功", "msg":"修改成功",
"data":"null" "data":null
} }
``` ```