名称:强制关注更改/添加
接口:/merchant/live/attentionUpdate
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 1 |
status | int | Y | 1开启0关闭 | 1 |
img_path | str | Y | 图片链接 status为1时不能为空 | http://url.com/1.jpg |
返回示例
{
"code": 200,
"message": "success",
"result": []
}