获取单个参会人基础信息
POST
https://www.micecube.com/api/participant/get请求参数
Header 参数
Mice-Auth
string
必需
示例值:
{"UserPublicKey":"6adfFJGisaFa70afz1idGh0Ty6VeuCf","ActivityId":202706,"Time":1661532605,"Version":1,"Signature":"3210d4434263451b8867314022b9a61a"}
Body 参数multipart/form-data
mobile
string
可选
参会人手机号(四选一)
id
integer
可选
参会人ID(四选一)
email
string
可选
参会人邮箱(四选一)
openid
string
可选
参会人openid(四选一)
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
data
object
必需
id
integer
参会人id
form_id
integer
所属活动id
contact_data_id
integer
联系人id
contact
string
联系人姓名
contact_pinyin
string
联系人拼音
contact_abbr
string
联系人简称
mobile
string
手机号
email
string
邮箱
idcard
string
身份证号
eamil
string
邮箱
company
string
公司
company_tax_id
string
公司税号
avatar
string
头像
content
object
参会人自定义字段所有内容数据
order
string
订单号
label
string
必需
sign_code
string
签到码,可通过https://www.micecube.com/qrcode?content={sign_code}直接获取二维码图片
short_link
string
短链接
rfid
null
必需
source
integer
来源 1前台页面填写 2api提交 3后台execl导入 4签到软件接口添加 5微信签到 10 微信小程序
channel
integer
渠道
other_channel
null
其他渠道(推荐人渠道)
openid
null
微信openid
wechat_nickname
string
微信昵称
wechat_avatar
string
微信头像
wechat_sex
string
微信性别
wechat_area
string
微信地区
review
integer
审核状态 1待审核 2审核通过 3审核拒绝 (4 复审通过 5复审拒绝 废弃 2021-8-10) 6 审核通过有修改 7 审核拒绝有修改
msg
null
审核评语
undone
integer
保留字段
review_time
null
审核时间
is_review
integer
1 默认 2 开启审核
time
integer
报名时间
update_time
integer
修改时间
delete_time
integer
删除时间 0未删除
token
null
保留字段
avatar_msg
string
人脸 同步第三方 返回信息
avatar_status
integer
0 没有同步 1 同步中 2 同步成功 3 同步失败
is_sync_avatar
integer
是否同步腾讯云\n0 没有 1 同步
is_ec
integer
申请证书id 0-未申请
points
string
积分
示例
{
"code": 1,
"data": {
"id": 1498121,
"form_id": 203306,
"contact_data_id": 970239,
"contact": "悟空2",
"contact_pinyin": "wu kong",
"contact_abbr": "wk",
"mobile": "15169048608",
"email": "sunpeng@mofyi.com",
"idcard": "",
"eamil": "sunpeng@mofyi.com",
"company": "",
"company_tax_id": "",
"avatar": "",
"content": {
"name": "悟空2",
"mobile": "15169048608",
"email": "sunpeng@mofyi.com",
"company": "",
"name776291660319411095": "男",
"name121161660319436668": "二班",
"name264751660319459963": "小学",
"name805521660319681206": "",
"name277241660320228806": "",
"company_tax_id": ""
},
"order": "",
"label": "",
"sign_code": "555186",
"short_link": "6mqX",
"rfid": null,
"source": 1,
"channel": 0,
"other_channel": null,
"openid": null,
"wechat_nickname": "",
"wechat_avatar": "",
"wechat_sex": "",
"wechat_area": "",
"review": 2,
"msg": null,
"undone": 2,
"review_time": null,
"is_review": 1,
"time": 1660319664,
"update_time": 1661228673,
"delete_time": 0,
"token": null,
"avatar_msg": "",
"avatar_status": 0,
"is_sync_avatar": 0,
"is_ec": 0,
"points": "0.00"
}
}
最后修改时间: 8 个月前