Skip to content

Commit

Permalink
添加评论区明细以及用户最近的游戏
Browse files Browse the repository at this point in the history
  • Loading branch information
SocialSisterYi committed Jun 12, 2020
1 parent baad55d commit ad1fb40
Show file tree
Hide file tree
Showing 29 changed files with 2,708 additions and 77 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
- 状态数
- 操作
- [视频弹幕](danmaku)
- [实时弹幕&弹幕格式](danmaku/danmaku.md)
- [实时弹幕&弹幕格式](danmaku/danmaku_list.md)
- [历史弹幕](danmaku/history.md)
- [快照](danmaku/snapshot.md)
- [弹幕操作](danmaku/action.md)×
Expand All @@ -83,11 +83,10 @@
- [小黑屋](blackroom)
- [封禁公示](blackroom/banlist.md)
- 仲裁信息
- 评论区
- 评论区明细
- [评论区](comment)
- [评论区明细](comment/comment_list.md)×
- 操作
- 表情
- 发表评论
- 评论操作
- [创作中心](creativecenter)
- [统计与数据](creativecenter/statistics&data.md)x
- 列表查询相关
Expand Down
6 changes: 3 additions & 3 deletions article/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
| mid | num | 文章作者UID | |
| author_name | str | 文章作者昵称 | |
| is_author | bool | true | 作用尚不明确 |
| image_urls | arrary | 动态封面 | |
| origin_image_urls | arrary | 封面图片 | |
| image_urls | array | 动态封面 | |
| origin_image_urls | array | 封面图片 | |
| shareable | bool | true | 作用尚不明确 |
| show_later_watch | bool | true | 作用尚不明确 |
| show_small_window | bool | true | 作用尚不明确 |
| in_list | bool | 是否收于文集 | false:否<br />true:是 |
| pre | num | 上一篇文章cvID | 无为0 |
| next | num | 下一篇文章cvID | 无为0 |
| share_channels | arrary | 分享方式列表 | |
| share_channels | array | 分享方式列表 | |

`stats`对象:

Expand Down
2 changes: 1 addition & 1 deletion blackroom/banlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
| code | num | 返回值 | 0:成功 |
| message | str | 错误信息 | 默认为0 |
| ttl | num | 1 | 作用尚不明确 |
| data | arrary | 公示列表 | |
| data | array | 公示列表 | |

`data`数组:

Expand Down
2 changes: 1 addition & 1 deletion broadcast/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
| ws_port | num | websocket端口 | |
| wss_port | num | websocket ssl端口 | |
| heartbeat | num | 最大心跳包间隔时间 | |
| nodes | arrary | 服务节点地址列表 | |
| nodes | array | 服务节点地址列表 | |
| backoff | obj | ??? | |
| heartbeat_max | num | ??? | |

Expand Down
4 changes: 2 additions & 2 deletions broadcast/video_room.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
| -------- | ------ | -------- | ------------------------------ |
| room_id | str | 目标视频 | `video://{视频avID}/{视频CID}` |
| platform | str | 平台标识 | 默认为`web` |
| accepts | arrary | 操作标识 | |
| accepts | array | 操作标识 | |

`arrary`数组:
`array`数组:

|| 类型 | 内容 | 备注 |
| ---- | ---- | ---- | ---- |
Expand Down
8 changes: 4 additions & 4 deletions cheese/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
| cover | str | 课程封面url | |
| episode_page | obj | 课程分集信息 | |
| episode_sort | num | 1 | **作用尚不明确** |
| episodes | arrary | 课程分集列表 | |
| episodes | array | 课程分集列表 | |
| faq | obj | 常见问题信息1 | 合并格式 |
| faq1 | obj | 常见问题信息2 | 分离格式 |
| payment | obj | 付费信息 | |
Expand All @@ -69,7 +69,7 @@
| 字段 | 类型 | 内容 | 备注 |
| ------- | ------ | -------- | ---- |
| content | str || |
| img | arrary | 简介图片 | |
| img | array | 简介图片 | |
| title | str | 课程概述 | |
| type | num | 2 | |

Expand Down Expand Up @@ -146,7 +146,7 @@

| 字段 | 类型 | 内容 | 备注 |
| ----- | ------ | ------------ | ---- |
| items | arrary | 常见问题列表 | |
| items | array | 常见问题列表 | |
| title | str | 常见问题 | |

`faq1`中的`items`数组:
Expand Down Expand Up @@ -466,7 +466,7 @@ http://api.bilibili.com/pugv/view/web/season?season_id=61

| 字段 | 类型 | 内容 | 备注 |
| ----- | ------ | ------------ | ---- |
| items | arrary | 课程分集列表 | |
| items | array | 课程分集列表 | |
| page | obj | 列表分页信息 | |

`data`中的`items`数组:
Expand Down
12 changes: 7 additions & 5 deletions cheese/videostream_url.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 课程视频流URL

<img src="/imgs/download.svg" width="100" height="100"/>

## 获取课程视频流URL

> http://api.bilibili.com/pugv/player/web/playurl
Expand Down Expand Up @@ -54,7 +56,7 @@
| ------------------ | ------ | ---------------------- | ---------------------------------------- |
| accept_format | str | 视频支持的分辨率的格式 | |
| code | num | 0 | |
| durl | arrary | 视频分段 | |
| durl | array | 视频分段 | |
| seek_param | str | start | |
| no_rexcode | num | 0 | |
| format | str | 视频格式 | |
Expand All @@ -63,16 +65,16 @@
| fnver | num | 0 | |
| message | str || |
| type | str | 视频格式 | |
| accept_quality | arrary | 视频支持的分辨率列表 | |
| accept_quality | array | 视频支持的分辨率列表 | |
| quality | num | 视频分辨率代码 | **值含义见上表** |
| timelength | num | 视频长度 | 单位为毫秒<br />不同分辨率可能有略微差异 |
| result | str | suee | **作用尚不明确** |
| seek_type | str | offset | **作用尚不明确** |
| has_paid | bool | false | **作用尚不明确** |
| supportFormats | arrary | 视频分辨率详细列表 | |
| supportFormats | array | 视频分辨率详细列表 | |
| from | str | local | **作用尚不明确** |
| video_codecid | num | ??? | **作用尚不明确** |
| accept_description | arrary | 视频支持的分辨率列表 | |
| accept_description | array | 视频支持的分辨率列表 | |
| status | num | 0 | **作用尚不明确** |

`data`中的`durl`数组:
Expand All @@ -91,7 +93,7 @@
| ahead | str || 作用尚不明确 |
| length | num | 视频长度 | 单位为毫秒 |
| vhead | str || 作用尚不明确 |
| backup_url | arrary | 备用视频流 | |
| backup_url | array | 备用视频流 | |
| url | str | 视频流url | **重要**<br />链接有效时间为120min |
| order | num | 视频分段序号 | 某些视频会分为多个片段 |

Expand Down
Loading

0 comments on commit ad1fb40

Please sign in to comment.