名称:直播列表
接口:/merchant/live/recentlyLive
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
page | int | Y | 页码数 | 18 |
paginate | int | N | 页宽 | 18 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 6,
"last_page": 1,
"data": [
{
"live_id": 3, //直播id
"poster": "poster", //海报地址
"is_register":true ,//true 代表有表单 false代表没有表单
"title": "title", //标题
"live_status": "预约", //直播状态
"time": "2020-05-25 16:37:01", //直播时间
"live_type": "视频直播", //直播类型
"people_num": 1, //观众人数
"look_num": 1 //观看次数
},
{
"live_id": 4,
"poster": "poster",
"live_status": "预约",
"time": "2020-05-25 16:37:23",
"live_type": "视频直播",
"people_num": 0
},
{
"live_id": 5,
"poster": "poster",
"live_status": "预约",
"time": "2020-05-25 16:37:24",
"live_type": "视频直播",
"people_num": 0
},
{
"live_id": 6,
"poster": "poster",
"live_status": "预约",
"time": "2020-05-25 16:41:59",
"live_type": "视频直播",
"people_num": 0
},
{
"live_id": 7,
"poster": "poster",
"live_status": "预约",
"time": "2020-05-25 16:42:00",
"live_type": "视频直播",
"people_num": 0
},
{
"live_id": 8,
"poster": "poster",
"live_status": "预约",
"time": "2020-05-25 16:42:01",
"live_type": "视频直播",
"people_num": 0
}
]
}
}