名称:专题详情

接口:/merchant/live/subjectShow

请求方式:post

参数名 类型 必填 说明 示例
id int Y 专题id 9

说明

1.此方法需要登录,

{
    "code": 200,
    "message": "success",
    "result": {
        "id": 1, //专题id
        "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, //直播id
                "poster": "poster", //直播海报
                "title": "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
            }
        ]
    }
}

results matching ""

    No results matching ""