名称:专题详情
接口:/merchant/live/subjectShow
请求方式:post
参数名 |
类型 |
必填 |
说明 |
示例 |
id |
int |
Y |
专题id |
9 |
说明
1.此方法需要登录,
{
"code": 200,
"message": "success",
"result": {
"id": 1,
"url": "https://huibaifen.rup-china.com/api/api/liveSubjectAddress?liveSubjectId=2",
"title": "ces",
"poster": "poster",
"synopsis": "synopsis",
"create_time": "2020-06-03 17:23:48",
"live_count": 2,
"look_num": 0,
"subject_dir": [
{
"live_id": 4,
"poster": "poster",
"title": "title",
"live_status": "回放",
"time": "2020-02-02 08:00:00",
"live_type": "视频直播",
"people_num": 0
},
{
"live_id": 5,
"poster": "poster",
"title": "title",
"live_status": "回放",
"time": "2020-02-02 08:00:00",
"live_type": "视频直播",
"people_num": 0
}
]
}
}