名称:嘉宾管理获取用户信息
接口地址:/merchant/Users/getUserinfo
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
uid | int | Y | 用户id | 18 |
说明
1.此方法需要登录
返回示例
{
"code": 200,
"message": "success",
"result": {
"field": {//报名字段
"username": "姓名",
"mobile": "手机号",
"sex": "性别",
"email": "邮箱"
},
"data": {//通过key取值
"meetid": "18",//会议id
"mobile": "13817213714",//手机号
"sex": "男",//性别
"email": "252512370@qq.com",
"username": "柯江涛",//姓名
"uid": "9",//用户id,修改时用到
"create_time": 1552547464,//无需管理
"update_time": 1552547464,//无需管理
"is_del": 0,//无需管理
"id": "5c89fe8875ca9c2d48002331",//无需管理
"type_area_area_code": "", //省市区
"type_area_city_code": "",//省市区
"type_area_province_code": "",//省市区
"type_area_area_info": "",//省市区
"type_hospital_area_code": "",//医院省市区
"type_hospital_city_code": "",//医院省市区
"type_hospital_province_code": "",//医院省市区
"type_hospital_area_info": ""//医院省市区
},
"tag_id": [//标签id,数组形式
12
]
}
}