名称:我的
接口:/index/users/index
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
meetid | int | Y | 会议id | 18 |
返回示例
{
"code": 200,
"message": "success",
"result": {
"title": "会hsudfuashdf",//会议标题
"username": "测试",//姓名
"erweima": "localhost/huibaifen/public/index.php/api/qrcode/createuserqrcode/parame/31.html",//二维码
"is_pay": 1,//是否支付 1 支付 2 未支付 3 免费
"str": "MhzuAi0b",//用户唯一识别码
"place_name":[//所在的会场
{ "id": 128,//会场id
"status": 1,//1表示已签到,0未签到
"title": "大会签到"//会场名称
},
{ "id": 129,
"status": 0,
"title": "大会签到2"
}
]
}
}