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

XFEstudio/bilibili-API-collect

字段更新 (#462)

da892b5
玖叁 <64313711+colour93@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -2
Modified live/info.md +2 -2
@@ -239,7 +239,7 @@ curl -G 'http://api.live.bilibili.com/room/v1/Room/get_info' \
239 239 | -------------- | ---- | ---------------- | ------------------------ |
240 240 | roomStatus | num | 直播间状态 | 0:无房间<br />1:有房间 |
241 241 | roundStatus | num | 轮播状态 | 0:未轮播<br />1:轮播 |
242 | liveStatus | num | 直播状态 | 0:未开播<br />1:直播中 |
242 | live_status | num | 直播状态 | 0:未开播<br />1:直播中 |
243 243 | url | str | 直播间网页url | |
244 244 | title | str | 直播间标题 | |
245 245 | cover | str | 直播间封面url | |
@@ -268,7 +268,7 @@ curl -G 'http://api.live.bilibili.com/room/v1/Room/getRoomInfoOld' \
268 268 "data": {
269 269 "roomStatus": 1,
270 270 "roundStatus": 0,
271 "liveStatus": 1,
271 "live_status": 1,
272 272 "url": "https://live.bilibili.com/5441",
273 273 "title": "好久没当黑铁主播了",
274 274 "cover": "http://i0.hdslb.com/bfs/live/room_cover/833f7ff506bac17c06010e8834922993657505b2.jpg",