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

XFEstudio/bilibili-API-collect

Update info.md (#124)

ce22c1c
Bryan不可思议 <2892771624@qq.com>
提交于

代码差异

1 个文件 +2 -2
Modified live/info.md +2 -2
@@ -112,12 +112,12 @@ curl -G 'http://api.live.bilibili.com/room/v1/Room/getRoomInfoOld' \
112 112 | is_hidden | bool | 是否隐藏 | |
113 113 | is_locked | bool | 是否锁定 | |
114 114 | is_portrait | bool | 是否竖屏 | |
115 | live_status | num | 直播状态 | 0:未开播<br />1:直播中 |
115 | live_status | num | 直播状态 | 0:未开播<br />1:直播中<br />2:轮播中 |
116 116 | hidden_till | num | 隐藏时间戳 | |
117 117 | lock_till | num | 锁定时间戳 | |
118 118 | encrypted | bool | 是否加密 | |
119 119 | pwd_verified | bool | 加密房间是否通过密码验证 | `encrypted`=true时才有意义 |
120 | live_time | num | 开播时长 | |
120 | live_time | num | 开播时间 | 未开播时为`-62170012800` |
121 121 | room_shield | num | 未知 | |
122 122 | is_sp | num | 是否为特殊直播间 | 0:普通直播间<br />1:付费直播间 |
123 123 | special_type | num | 特殊直播间标志 | 0:普通直播间<br />1:付费直播间<br />2:拜年祭直播间 |