表单回传数据


报名信息审核

msgEncrypt加密信息如下:
示例:

[{
    "eventType": "form_voteEnrollment_audit",
    "id": 851,
    "creation_id": 28687,
    "type": "form",
    "itemId":218922,
    "audit_status": 1,
    "customerInfo": {
        "type": 1,
        "corpId": 1,
        "openId": 1,
        "nickName": 1,
        "mobile": 1,
        "sex": 1,
        "language": 1,
        "city": 1,
        "country": 1,
        "headImgUrl": 1,
        "unionId": 1,
        "appIdType": 1,
        "thirdAppId": 1,
        "thirdOpenId": 1,
        "thirdUserId": 1,
        "encodeId": 1
    },
    "data": {
        "coverImg": "https://asset.eqxiu.cn/preview/913d3de21d424087ac1be48752e22471",
        "elementId": 9936779461,
        "createTime": 1646964885000,
        "updateTime": 1646964885000,
        "values": {
            "6990072272": {
                "title": "简答题非必选二",
                "content": "答案二"
            },
            "7794395962": {
                "title": "单选题必选一",
                "content": "{\"value\":\"1\",\"label\":\"单选A\"}"
            },
            "descUrl": {
                "title": "参赛说明",
                "content": ""
            },
            "phone": {
                "title": "联系电话",
                "content": "18215560409"
            },
            "name": {
                "title": "参赛名称",
                "content": "参数名称一"
            },
            "3094288121": {
                "title": "简答题必选一",
                "content": "答案一"
            },
            "2970320485": {
                "title": "多选题必选二",
                "content": "{\"value\":\"1,2\",\"label\":\"多选a,多选b\"}"
            },
            "url": {
                "title": "参赛图片",
                "content": "https://asset.eqxiu.cn/preview/913d3de21d424087ac1be48752e22471"
            },
            "desc": {
                "title": "参赛说明",
                "content": "参数说明一"
            }
        }
    },
    "mapData": {
        "k1": "001",       //文本填空
        "k2": ["x1","x2"],//多选数据返回
            "k3": ["x1"],//单选数据返回
        "k4": "张三",      //文本填空
        "k5":[]         //如果是选项 可能存下为空数组的情况(即表示用户啥没有选择任何一个已经成功映射的选项)
    }

}]

详细信息:

字段 类型 说明
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 提交内容

will 2023年11月30日 17:08 3908 收藏文档