名称:直播间绑定列表
接口:/live/live/bindLiveList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 9 |
说明
1.此方法需要登录,
{
"code": 200,
"message": "success",
"result": [
{
"is_current": true, //true代表当前直播间
"live_id": 6,
"title": "title"
},
{
"is_current": false,
"live_id": 7,
"title": "title"
},
{
"is_current": false,
"live_id": 8,
"title": "title"
}
]
}