File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 16
16
| ------------- | ---- | -------- | ------------ | ------------------ |
17
17
| aid | num | 稿件avid | 必要(可选) | avid与bvid任选一个 |
18
18
| bvid | str | 稿件bvid | 必要(可选) | avid与bvid任选一个 |
19
- | graph_version | num | 剧情图id | 必要 | 位于 ` player.so ` 中 |
19
+ | graph_version | num | 剧情图id | 必要 | 可于 [ 播放器 ] ( /docs/video/ player.md ) 接口的 ` interaction ` 對象取得 |
20
20
| edge_id | num | 模块编号 | 非必要 | 0或留空为起始模块 |
21
21
22
22
** json回复:**
@@ -366,4 +366,4 @@ curl -G 'https://api.bilibili.com/x/stein/edgeinfo_v2' \
366
366
}
367
367
```
368
368
369
- </details >
369
+ </details >
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ web 播放器的信息接口,提供正常播放需要的元数据,包括:
61
61
| online_count | num | 在线人数 | |
62
62
| need_login_subtitle | bool | 是否必须登陆才能查看字幕 | 是的 |
63
63
| preview_toast | str | ` 为创作付费,购买观看完整视频\|购买观看 ` | |
64
+ | interaction | obj | 互动视频资讯 | 若非互动视频,则无该栏位(直接没有该键,而非栏位值为空)|
64
65
| options | obj | | |
65
66
| guide_attention | any | | |
66
67
| jump_card | any | | |
@@ -139,6 +140,16 @@ web 播放器的信息接口,提供正常播放需要的元数据,包括:
139
140
| team_type | str | | |
140
141
| team_name | str | | |
141
142
143
+ ` data ` 对象中的 ` interaction ` 对象 (如果有):
144
+
145
+ | 字段 | 类型 | 内容 | 备注 |
146
+ | --------- | ----- | -------- | ---- |
147
+ | graph_version | num | 剧情图id | |
148
+ | msg | str | | 未登入有机会返回 ` 登录后才能体验全部结局哦~ ` |
149
+ | error_toast | str | 错误信息? | 所有互动视频皆返回 ` 剧情图被修改已失效 ` ,不确定有没有例外 |
150
+ | mark | num | 0? | |
151
+ | need_reload | num | 0? | |
152
+
142
153
` data ` 对象中的` elec_high_level ` 对象:
143
154
144
155
| 字段 | 类型 | 内容 | 备注 |
You can’t perform that action at this time.
0 commit comments