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

接口地址:/merchant/meeting_place/getUser

请求方式:post

参数名 类型 必填 说明 示例
id int Y 会场查看详情列表id 18

说明

1.此方法需要登录

返回示例

{
"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 ""