XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

修改措辞,与B站统一

获得成就:结束了?

bc87bfc
MineCreeper86 <61276297+MineCreeper86@users.noreply.github.com>
提交于

代码差异

1 个文件 +16 -16
Modified video/edge.md +16 -16
@@ -14,7 +14,7 @@
14 14 | ------------- | ---- | ---------- | ------------ | ------------------ |
15 15 | aid | num | 视频avID | 必要(可选) | avID与bvID任选一个 |
16 16 | bvid | str | 视频bvID | 必要(可选) | avID与bvID任选一个 |
17 | edge_id | num | 选择编号 | 非必要 | |
17 | edge_id | num | 模块编号 | 非必要 | |
18 18 | graph_version | num | 155446 | 必要 | 作用尚不明确 |
19 19 | platform | str | 平台名称 | 必要 | 电脑:pc |
20 20 | portal | num | 0 | 非必要 | 作用尚不明确 |
@@ -37,9 +37,9 @@
37 37 | 字段 | 类型 | 内容 | 备注 |
38 38 | ----------- | ----- | -------------- | ------------ |
39 39 | title | str | 分P标题 | |
40 | edge_id | num | 当前选择编号 | |
40 | edge_id | num | 当前模块编号 | |
41 41 | story_list | array | 进度回溯条 | |
42 | edges | obj | 当前选择信息 | |
42 | edges | obj | 当前模块信息 | |
43 43 | preload | obj | 预加载的分P | |
44 44 | hidden_vars | array | 变量列表 | |
45 45 | is_leaf | num | 0 | 作用尚不明确 |
@@ -57,7 +57,7 @@
57 57 | 项 | 类型 | 内容 | 备注 |
58 58 | ---------- | ---- | ------------- | ------------------- |
59 59 | node_id | num | 与edge_id相等 | |
60 | edge_id | num | 选择编号 | |
60 | edge_id | num | 模块编号 | |
61 61 | title | str | 分P标题 | |
62 62 | cid | num | 分P CID | |
63 63 | start_pos | num | 播放开始位置 | 毫秒单位 |
@@ -89,15 +89,15 @@
89 89
90 90 `data`中的`edges`对象中的`questions`数组中的对象:
91 91
92 | 字段 | 类型 | 内容 | 备注 |
93 | ------------ | ----- | --------------- | ------------------- |
94 | id | num | 问题编号 | |
95 | type | num | 2 | 作用尚不明确 |
96 | start_time_r | num | 300 或 duration | 作用尚不明确 |
97 | duration | num | 回答限时 | 毫秒单位,不限为-1 |
98 | pause_video | num | 是否暂停视频 | null:否<br />1:是 |
99 | title | str | 问题标题 | |
100 | choices | array | 回答列表 | |
92 | 字段 | 类型 | 内容 | 备注 |
93 | ------------ | ----- | --------------- | ----------------------- |
94 | id | num | 模块编号 | |
95 | type | num | 2 | 作用尚不明确 |
96 | start_time_r | num | 300 或 duration | 作用尚不明确 |
97 | duration | num | 回答限时 | 不限为-1<br />5秒为5000 |
98 | pause_video | num | 1 | 作用尚不明确 |
99 | title | str | 空 | 作用尚不明确 |
100 | choices | array | 回答列表 | |
101 101
102 102 `data`中的`edges`对象中的`questions`数组中的对象中的`choices`数组:
103 103
@@ -111,8 +111,8 @@
111 111
112 112 | 字段 | 类型 | 内容 | 备注 |
113 113 | --------------- | ---- | ------------------------- | --------------------- |
114 | id | num | 选择编号 | |
115 | platform_action | str | 点击后跳转的分P与选择编号 | JUMP 选择编号 目标cid |
114 | id | num | 模块编号 | |
115 | platform_action | str | 点击后跳转的分P与模块编号 | JUMP 模块编号 模块cid |
116 116 | native_action | str | 点击后对变量进行的修改 | 每项间用分号隔开 |
117 117 | condition | str | 选项出现条件 | |
118 118 | cid | num | 跳转分P CID | |
@@ -178,7 +178,7 @@
178 178
179 179 **示例:**
180 180
181 查询互动视频`av73267982`下选择`5556092`的信息
181 查询互动视频`av73267982`下模块`5556092`的信息
182 182
183 183 ```shell
184 184 curl -G 'http://api.bilibili.com/x/stein/edgeinfo_v2'\