补充状态码 (#591)

This commit is contained in:
7rikka 2023-01-18 12:12:58 +08:00 committed by GitHub
parent 1deb78b295
commit 1122f84ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -601,11 +601,11 @@ curl -G 'https://api.bilibili.com/x/v2/dm/thumbup/stats' \
根对象:
| 字段 | 类型 | 内容 | 备注 |
| ------- | ---- | -------- | ------------------------------------------------------------ |
| code | num | 返回值 | 0成功<br />-101账号未登录<br />-111csrf 校验失败<br />-400请求错误<br />65004取消赞失败 未点赞过<br />65006已赞过 |
| message | str | 错误信息 | 默认为0 |
| tll | num | 1 | |
| 字段 | 类型 | 内容 | 备注 |
|---------|-----|------|------------------------------------------------------------------------------------------------------------------------------------|
| code | num | 返回值 | 0成功<br />-101账号未登录<br />-111csrf 校验失败<br />-400请求错误<br />36106该弹幕已被删除<br/>36805该视频禁止点赞弹幕<br/>65004取消赞失败 未点赞过<br />65006已赞过 |
| message | str | 错误信息 | 默认为0 |
| tll | num | 1 | |
**示例**