错误码勘误 (#105)

This commit is contained in:
矿井小帕的血小板 2020-11-29 13:53:05 +08:00 committed by GitHub
parent 7397fccdcd
commit 318aba877b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@
| 字段 | 类型 | 内容 | 备注 |
| ------- | ---- | -------- | ------------------------------------------------------------ |
| code | num | 返回值 | 0成功 <br />-101账号未登录<br />-111csrf校验失败<br />-400请求错误<br />-79508该稿件已存在笔记无法新增 |
| code | num | 返回值 | 0成功 <br />-101账号未登录<br />-111csrf校验失败<br />-400请求错误<br />79508该稿件已存在笔记无法新增 |
| message | str | 错误信息 | 默认为0 |
| ttl | num | 1 | |
| data | obj | 数据本体 | |
@ -128,4 +128,4 @@ curl 'http://api.bilibili.com/x/note/del' \
}
```
</details>
</details>