名称:pc端广告图片大图
接口:/live/live/pcBigScreenAd
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 9 |
说明
1.此方法需要登录,
{
"code": 200,
"message": "success",
"result": {
"big": [
{
"img": "https://file-production.huibaifen.com/01ff9202008141658547669.png"
}
],
"is_show":true //true 为可展示 false 不可展示
}
}