update space/acc/info (#329)

`live_room.online` was removed and `live_room.watched_show` has been added.
This commit is contained in:
aliyome 2022-03-21 11:50:44 +09:00 committed by GitHub
parent e1abf6bba3
commit 349e8b35ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,17 +131,29 @@
`data`中的`live_room`对象:
| 字段 | 类型 | 内容 | 备注 |
| -------------- | ---- | -------------- | ------------------------ |
| roomStatus | num | 直播间状态 | 0无房间<br />1有房间 |
| liveStatus | num | 直播状态 | 0未开播<br />1直播中 |
| url | str | 直播间网页url | |
| title | str | 直播间标题 | |
| cover | str | 直播间封面url | |
| online | num | 直播间人气 | 值为上次直播时刷新 |
| roomid | num | 直播间id(短号) | |
| roundStatus | num | 轮播状态 | 0未轮播<br />1轮播 |
| broadcast_type | num | 0 | |
| 字段 | 类型 | 内容 | 备注 |
| -------------- | ---- | --------------- | ------------------------ |
| roomStatus | num | 直播间状态 | 0无房间<br />1有房间 |
| liveStatus | num | 直播状态 | 0未开播<br />1直播中 |
| url | str | 直播间网页 url | |
| title | str | 直播间标题 | |
| cover | str | 直播间封面 url | |
| watched_show | obj | | |
| roomid | num | 直播间 id(短号) | |
| roundStatus | num | 轮播状态 | 0未轮播<br />1轮播 |
| broadcast_type | num | 0 | |
`live_room`中的`watched_show`对象:
| 字段 | 类型 | 内容 | 备注 |
| ------------- | ---- | ------------------- | ---- |
| switch | bool | ? | |
| num | num | total watched users | |
| text_small | str | | |
| text_large | str | | |
| icon | str | watched icon url | |
| icon_location | str | ? | |
| icon_web | str | watched icon url | |
`data`中的`school`对象:
@ -267,15 +279,23 @@ curl -G 'http://api.bilibili.com/x/space/acc/info' \
"theme": {},
"sys_notice": {},
"live_room": {
"roomStatus": 1,
"liveStatus": 0,
"url": "https://live.bilibili.com/1024",
"title": "试图恰鸡",
"cover": "http://i0.hdslb.com/bfs/live/new_room_cover/96ee5bfd0279a0f18b190340334f43f473038288.jpg",
"online": 16808,
"roomid": 1024,
"roundStatus": 0,
"broadcast_type": 0
"roomStatus": 1,
"liveStatus": 1,
"url": "https://live.bilibili.com/80397?broadcast_type=0\u0026is_room_feed=1",
"title": "天空一道巨响!",
"cover": "http://i0.hdslb.com/bfs/live/new_room_cover/f702ce1b7d1b728dafa57d96bbf7db319ab3aab7.jpg",
"roomid": 80397,
"roundStatus": 0,
"broadcast_type": 0,
"watched_show": {
"switch": true,
"num": 161436,
"text_small": "16.1万",
"text_large": "16.1万人看过",
"icon": "https://i0.hdslb.com/bfs/live/a725a9e61242ef44d764ac911691a7ce07f36c1d.png",
"icon_location": "",
"icon_web": "https://i0.hdslb.com/bfs/live/8d9d0f33ef8bf6f308742752d13dd0df731df19c.png"
}
},
"birthday": "09-19",
"school": {