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