mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2025-01-30 22:00:07 +08:00
收藏夹明细接口type类型说明补充 (#299)
* Update list.md 补充type类型说明 * Update list.md 去掉多余文字
This commit is contained in:
parent
efcffa7859
commit
05e7d447b0
@ -23,7 +23,7 @@
|
||||
| tid | num | 分区tid | 非必要 | 默认为全部分区<br />0:全部分区<br />[详见说明](../video/video_zone.md) |
|
||||
| keyword | str | 搜索关键字 | 非必要 | |
|
||||
| order | str | 排序方式 | 非必要 | 按收藏时间:mtime<br />按播放量: view<br />按投稿时间:pubtime |
|
||||
| type | num | 内容类型(?) | 非必要 | 可为0 |
|
||||
| type | num | 查询范围 | 非必要 | 0:当前收藏夹(对应media_id)<br /> 1:全部收藏夹 |
|
||||
| ps | num | 每页数量 | 必要 | |
|
||||
| pn | num | 页码 | 非必要 | 默认为1 |
|
||||
| platform | str | 平台标识 | 非必要 | 可为web(影响内容列表类型) |
|
||||
@ -567,4 +567,4 @@ curl -G 'http://api.bilibili.com/x/v3/fav/resource/ids' \
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
</details>
|
||||
|
Loading…
Reference in New Issue
Block a user