名称:签到管理获取用户信息

接口地址:/open/meeting_place/getUser

请求方式:post

参数名 类型 必填 说明 示例
id int Y 会场查看详情列表id 18
app_id str 商家app_id 13817213714
timestemp time 请求时间戳,过期时间 1584422260
signature str 签名(MD5 app_id,密钥,timestemp) 0026b97abbfe4a19dda816d33f70c4b4

说明

返回示例

{
"code": 200,
"message": "success",
"result": {
    "id": 17,//记录id
    "uid": 8,//用户id
    "type": 1,//签到方式,1为扫码,目前只有1
    "status": 0,//状态:0未签到,1已签到
    "sign_time": '',//签到时间
    "username": "张三",//姓名
    "mobile": "13817211111"//手机号
}
}

results matching ""

    No results matching ""