名称:直播信息列表

接口:/merchant/live/liveInfoList

请求方式:post

参数名 类型 必填 说明 示例
live_id int Y 直播id 36
paginate int N 页宽 36
page int N 页码数 36

说明

1.此方法需要登录

返回示例

{
    "code": 200,
    "message": "success",
    "result": {
        "current_page": 1,
        "total": 1,
        "last_page": 1,
        "data": [
            {
                "id": 1,
                "title": "我的标题",
                "status": true
            }
        ]
    }
}

results matching ""

    No results matching ""