统一“id”为小写,并将“UID”改为“mid”,调整【视频属性数据】文档

This commit is contained in:
社会易姐QwQ
2021-07-12 21:31:27 +08:00
parent 3512adf59d
commit a7a743dffd
87 changed files with 1027 additions and 978 deletions

View File

@@ -19,7 +19,7 @@
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
| ---------- | ---- | ------------------------ | ------ | -------------------------------- |
| package_id | num | 表情包ID | 必要 | |
| package_id | num | 表情包id | 必要 | |
| business | str | 使用场景 | 必要 | reply评论区<br />dynamic动态 |
| csrf | str | CSRF Token位于cookie | 必要 | |
@@ -35,7 +35,7 @@
**示例:**
添加ID`25`的表情包,使用场景为评论区
添加id`25`的表情包,使用场景为评论区
```shell
curl 'http://api.bilibili.com/x/emote/package/add' \
@@ -70,7 +70,7 @@ curl 'http://api.bilibili.com/x/emote/package/add' \
| 参数名 | 类型 | 内容 | 必要性 | 备注 |
| ---------- | ---- | ------------------------ | ------ | -------------------------------- |
| package_id | num | 表情包ID | 必要 | |
| package_id | num | 表情包id | 必要 | |
| business | str | 使用场景 | 必要 | reply评论区<br />dynamic动态 |
| csrf | str | CSRF Token位于cookie | 必要 | |
@@ -86,7 +86,7 @@ curl 'http://api.bilibili.com/x/emote/package/add' \
**示例:**
移除ID`25`的表情包,使用场景为评论区
移除id`25`的表情包,使用场景为评论区
```shell
curl 'http://api.bilibili.com/x/emote/package/remove' \