报名信息审核
msgEncrypt加密信息如下:
示例:
详细信息:
字段 | 类型 | 说明 |
---|---|---|
id | Long | 提交数据的唯一标识 |
creation_id | Long | 作品id |
type | String | 作品类型,hd互动,h5, lc长页,design海报,form表单 |
itemId | Long | 选项(报名)id |
audit_status | Integer | 报名审核状态,1审核通过,2审核不通过 |
customerInfo.encodeId | Srtring | 用户唯一标识【易企秀】 |
customerInfo.type | int | 授权用户类型,1微信,2手机,3自定义 |
customerInfo.corpId | String | 企业唯一标识 |
customerInfo.nickName | String | 微信昵称,userType为1时 |
customerInfo.mobile | String | 手机号,userType为2时 |
customerInfo.sex | String | 微信性别,userType为1时 |
customerInfo.language | String | 微信信息,userType为1时 |
customerInfo.city | Integer | 微信信息,userType为1时 |
customerInfo.country | String | 微信信息,userType为1时 |
customerInfo.headImgUrl | String | 微信信息,userType为1时 |
customerInfo.unionId | String | 微信信息,unionId |
customerInfo.appIdType | Integer | appId类型,1、易企秀 ;非 1,非易企秀 |
customerInfo.thirdAppId | String | 微信信息,appId |
customerInfo.thirdOpenId | String | 微信信息,openId |
customerInfo.thirdUserId | String | userType为3时,三方用户ID |
data | JSONObject | 详细的报名数据信息 |
mapData | JSONObject | 若进行了表单映射配置会推送此字段数据 |
data:
字段 | 类型 | 说明 |
---|---|---|
coverImg | Long | 封面图片 |
elementId | Long | 投票元素id |
createTime | Long | 创建时间(1970年到现在的毫秒数) |
updateTime | Long | 更新时间(1970年到现在的毫秒数) |
values | JSONObject | json数组 |
字段 | 类型 | 说明 |
---|---|---|
key | String | 元素唯一标识:固定元素 name descUrl url desc 企业元素id |
title | String | 列名称 |
content | String | 提交内容 |