名称:列表
接口:/merchant/live/adList
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_id | int | Y | 直播id | 36 |
type | int | N | 1小图2全屏 | 36 |
search | str | N | 搜索条件 | 36 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 3,
"last_page": 1,
"data": [
{
"id": 5, //主键
"type": 1, // 1 小图 2 全屏
"title": "这是一个type1", //标题
"location": "小图", //格式化的type 全屏/小图
"status": false, //是否展示广告位
"update_time": "2020-08-19 15:29:43" //更新时间
},
{
"id": 4,
"type": 1,
"title": "这是一个type1",
"location": "小图",
"status": false,
"update_time": "2020-08-19 15:29:35"
},
{
"id": 3,
"type": 1,
"title": "这是一个type1",
"location": "小图",
"status": false,
"update_time": "2020-08-19 15:46:18"
}
]
}
}