名称:嘉宾管理列表

接口地址:/open/Users/index

请求方式:post

参数名 类型 必填 说明 示例
id int Y 会议id 18
keyword string N 搜索关键字 张三
mtaid int N 标签id 0
page int Y 页码 默认1
pageNum int Y 每页数量 默认10
app_id str 商家app_id 13817213714
timestemp time 请求时间戳,过期时间 1584422260
signature str 签名(MD5 app_id,密钥,timestemp) 0026b97abbfe4a19dda816d33f70c4b4

说明

1.此方法需要登录

返回示例


{
    "status": "SUCCESS",
    "code": 200,
    "message": "获取嘉宾管理成功",
    "result": {
        "list": {
            "data": [
                {
                    "uid": "492",//对应表头字段
                    "username": "xxx",//对应表头字段
                    "mobile": "13817213716",//对应表头字段
                    "sex": "男",//对应表头字段
                    "email": "2525123456@qq.com",//对应表头字段
                    "create_time": "2020-03-18 14:12:37",//对应表头字段
                    "id": "5e71bbd674611a18b4002632"//对应表头字段
                },
                {
                    "username": "zhangsan11",
                    "uid": "502",
                    "mobile": "18712345668",
                    "sex": "男",
                    "email": "2918680601@qq.com",
                    "create_time": "2020-03-18 14:23:22",
                    "id": "5e71be5abc0346381c007743"
                }
            ],
            "count_num": 2,//总条数
            "count_page": 1//总页数
        },
        "head": {
            "username": "姓名",//对应表头字段
            "mobile": "手机号",//对应表头字段
            "sex": "性别",//对应表头字段
            "email": "邮箱",//对应表头字段
            "field_20200307170405259466": "毕业院校1",//对应表头字段
            "create_time": "报名时间"//对应表头字段
        }
    }
}

results matching ""

    No results matching ""