feat(dynamic/topic.md): topic feed for app h5

This commit is contained in:
SessionHu 2025-07-26 11:07:08 +08:00
parent ce38efb3a3
commit 5908767912
No known key found for this signature in database
GPG Key ID: 9E7E64C25FE3301A

View File

@ -3,6 +3,7 @@
## 获取话题下动态列表 ## 获取话题下动态列表
> https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/topic > https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/topic
> https://app.bilibili.com/x/topic/web/details/cards
*请求方法: GET* *请求方法: GET*
@ -14,8 +15,9 @@
| sort_by | number | 排序方式 | 不必要 | 见回复 `data.topic_card_list.topic_sort_by_conf` 对象 | | sort_by | number | 排序方式 | 不必要 | 见回复 `data.topic_card_list.topic_sort_by_conf` 对象 |
| offset | string | 偏移量 | 不必要 | 上一次请求回复的 `data.topic_card_list.offset` | | offset | string | 偏移量 | 不必要 | 上一次请求回复的 `data.topic_card_list.offset` |
| page_size | number | 每页数量 | 不必要 | 默认为 `20` | | page_size | number | 每页数量 | 不必要 | 默认为 `20` |
| source | string | 来源 | 不必要 | 如 `Web` | | source | string | 来源 | 不必要 | 如 `Web` (接口 1) `H5` (接口 2) |
| features | string | 功能模块 | 不必要 | 如 `itemOpusStyle,listOnlyfans,opusBigCover,onlyfansVote,decorationCard`, 参见 [功能模块](../opus/features.md) | | features | string | 功能模块 | 不必要 | 仅接口 1, 如 `itemOpusStyle,listOnlyfans,opusBigCover,onlyfansVote,decorationCard`, 参见 [功能模块](../opus/features.md) |
| web_location | string | `333.1036` | 不必要 | 仅接口 2 |
**JSON 回复:** **JSON 回复:**