名称:会议列表

接口地址:/open/meeting/index

请求方式:post

参数名 类型 必填 说明 示例
app_id str 商家app_id 13817213714
timestemp time 请求时间戳,过期时间 1584422260
signature str 签名(MD5 app_id,密钥,timestemp) 0026b97abbfe4a19dda816d33f70c4b4
keyword string N 搜索关键字 上海会议
order_file string N 排序字段 create_time
meeting_status int N 会议状态 0
page int N 页码 默认1
page_num int N 每页数量 默认10

说明

1.orderfile:create_time创建时间,start_time会议时间

2.meeting_status:-1预告,1进行中,2结束,0或不填为全部

返回示例

{
    "status": "SUCCESS",
    "code": 200,
    "message": "会议列表success",
    "result": {
        "total": 2,//一共多少条
        "per_page": 10, //每页多少数据
        "current_page": 1,//当前页
        "last_page": 1,//最后页
        "data": [
            {
                "id": 18,
                "cover": "http://file.huibaifen.com/32f2f201904031106491772.png",//会议封面图
                "title": "会hsudfuashdf会hsudfuashdf会hsudfuashdf252525252",//会议标题
                "start_time": "2019/03/06 12:00:00",//会议开始时间
                "end_time": "2019/07/13 18:33:20",//会议结束时间
                "city": "上海",//城市
                "meeting_status": 2,//会议状态,-1预告,1进行中,2结束
                "user_count": 19//参与人数
            },
            {
                "id": 460,
                "cover": "file.huibaifen.com/8d31220190306130143706.gif",
                "title": "上海会议",
                "start_time": "2019/03/06 12:00:00",
                "end_time": "2019/03/08 11:00:00",
                "city": "",
                "meeting_status": 2,
                "user_count": 0
            }
        ]
    }
}

results matching ""

    No results matching ""