名称:强制关注详情
接口:/live/live/getLiveAttention
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 1 |
返回示例
{
"code": 200,
"message": "success",
"result": {
"status": false, //false 为关闭
"img_path": "" //二维码图片
}
}
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 1 |
{
"code": 200,
"message": "success",
"result": {
"status": false, //false 为关闭
"img_path": "" //二维码图片
}
}