收藏夹明细接口type类型说明补充 (#299)

* Update list.md

补充type类型说明

* Update list.md

去掉多余文字
This commit is contained in:
leejoker 2022-01-28 20:09:24 +08:00 committed by GitHub
parent efcffa7859
commit 05e7d447b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>