You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
978 B
978 B
##获取有效banner配置
GET http://api.live.bilibili.com/xlive/resource/v1/banner/GetBlinkBanner
请求参数
| 参数名 | 必选 | 类型 | 描述 |
|---|---|---|---|
| platform | 是 | string | |
| build | 是 | integer |
{
"code": 0,
"message": "ok",
"data": {
"id": 0,
"title": "",
"jumpPath": "",
"jumpTime": 0,
"jumpPathType": 0,
"imageUrl": ""
}
}
##获取有效banner配置
GET http://api.live.bilibili.com/xlive/resource/v1/banner/GetBanner
请求参数
| 参数名 | 必选 | 类型 | 描述 |
|---|---|---|---|
| platform | 是 | string | |
| build | 是 | integer | |
| type | 是 | string |
{
"code": 0,
"message": "ok",
"data": {
"list": [
{
"id": 0,
"title": "",
"jumpPath": "",
"jumpTime": 0,
"jumpPathType": 0,
"imageUrl": ""
}
]
}
}