Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update player.md #1158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions docs/video/player.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ web 播放器的信息接口,提供正常播放需要的元数据,包括:
| cid | num | 视频 cid | |
| dm_mask | obj | webmask 防挡字幕信息 | 若无则没有防挡功能 |
| subtitle | obj | 字幕信息 | 若无则没有字幕, 若不登陆则为空 |
| view_points | array | | 章节看点信息 |
| view_points | array | 分段章节信息 | |
| ip_info | obj | 请求 IP 信息 | |
| login_mid | num | 登录用户 mid | |
| login_mid_hash | str | | |
Expand Down Expand Up @@ -130,12 +130,14 @@ web 播放器的信息接口,提供正常播放需要的元数据,包括:

| 字段 | 类型 | 内容 | 备注 |
| --------- | ----- | -------- | ---- |
| content | num | 章节名 | |
| from | num | | |
| to | num | | |
| content | str | 分段章节名 | |
| from | num | 分段章节起始秒数 | |
| to | num | 分段章节结束秒数 | |
| type | num | | |
| imgUrl | str | 图片资源地址 | |
| logoUrl | str | "" | |
| team_type | str | | |
| team_name | str | | |

**示例:**

Expand Down