名称:会场列表
接口:/merchant/live/liveVenueIndex
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
live_venue_cate_id | int | Y | 主键id | 36 |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 3,
"last_page": 1,
"data": {
"id": 1,
"title": "这是第up",
"sort": 23,
"live_time": "2020-08-27 17:01:32",
"poster": "https://file-test.huibaifen.com/07f2b202008141604194504.png?x-oss-process=image/resize,m_fill,w_256,h_143,2e"
}
}
}