名称:会场查看详情

接口地址:/open/meeting_place/userList

请求方式:post

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

说明

返回示例

{
    "status": "SUCCESS",
    "code": 200,
    "message": "success",
    "result": {
        "data": [
            {
                "id": 87, ///记录id
                "uid": 390,//用户id
                "type": "扫码签到",
                "status": "未签到",
                "sign_time": 0,
                "username": "万寿山",
                "mobile": "18960605913"
            }
        ],
        "count_num": 1,
        "count_page": 1
    }
}

results matching ""

    No results matching ""