互动事件


互动模块特有事件说明,分访客事件与用户事件两大类

访客行为类

参与抽奖

  • msgEncrypt加密信息示例:
    [
    {
      "eventType": "join_lottery",
      "showSignSuccess": 1,
      "code": "PNi3iIXi",
      "userIndex": 10470,
      "di": "d6d324b9-451b-46a0-8d79-65e672b0b1af",
      "winCode": "23115Jsnam",
      "customerInfo": {
        "thirdUserId": "80ed6155f00441589d90cb519253f49b",
        "appIdType": 0,
        "corpId": "a48942115ebe49298c82b00023cb8153",
        "headImgUrl": "https://asset.eqxiu.cn/common/icon-page-integral.png",
        "nickName": "陈华234",
        "openId": "80ed6155f00441589d90cb519253f49b",
        "mobile": "13687776679",
        "id": 4933825,
        "type": 3,
        "encodeId": "e2cf9d1405164246b3d0c186b6a240e4"
      },
      "ua": {
        "os": "Android Mobile",
        "ip": "125.70.163.60",
        "browser": "Chrome Mobile",
        "region": {
          "country": "中国",
          "province": "四川",
          "city": "成都"
        },
        "ua": "UA: Mozilla/5.0 (Linux; Android 7.1.1; MI 6 Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 Mobile Safari/537.36 dgappmessenger/4.0.2(uid 6paoGpKQ1sNM8pqrICivHTWFF0s5NIuL2ABEQY+jhhY=;uuid 39c1f93d95ef13cd) NetType/WIFI Language/zh_CN",
        "device": "Mobile"
      },
      "type": "hd",
      "title": "签到",
      "whiteListUrl": "",
      "attentionAccredit": {
        "star": 0
      },
      "cover": "https://asset.eqxiu.cn/material/template/33302.png",
      "openMine": 0,
      "isPrizeExhaustTipsSetting": false,
      "startTime": "2023-04-10 16:18:51",
      "whiteListNum": 0,
      "id": 152247,
      "prizeCode": "",
      "eventId": "c1bfba887ab2494ea5c6ce51c2699fb4",
      "currentUrl": "https://www.eqxiu.cn/v/152247?cc=PNi3iIXi&password=&from_id=62a40d18-f&code=234&share_level=2&from_user=EN_dd27b1d96ddc4d72a817c0df07fe7ecd",
      "amount": "6",
      "whiteListStatus": 0,
      "visitLimit": {
        "pvLimitNum": "4",
        "pvLimit": false
      },
      "drawNum": 10,
      "corpId": "a48942115ebe49298c82b00023cb8153",
      "level": "0",
      "prizeType": 1,
      "benefitUrl": "",
      "levelName": "一等奖",
      "isWin": 1,
      "lotteryBehavior": "hd_sign",
      "redemptionMethod": 0,
      "benefitOpen": 0,
      "createTime": "2023-04-25 16:21:25",
      "prizeName": "200元优惠券",
      "rankNum": 50,
      "loginPosition": 1,
      "userType": "3",
      "creationId": 152247,
      "endTime": "2023-05-02 16:18:51",
      "status": 2
    }
    ]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    title String 内容标题
    code String 作品唯一标识
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    isWin int 是否中奖。1-已中奖,0-未中奖
    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
    drawNum int 连抽次数(连抽才有)

备注:isWin=1时,中奖的奖品信息字段也是有的,参考活动中奖事件内参数

活动中奖

  • msgEncrypt加密信息示例:
    [{
    "eventType":"preview_lottery",
    "id":10086,
    "title":"作品名称",
    "code":"abcdefg",
    "type": "hd",
    "level":"1",
    "redemptionMethod":7,
     "redeemEndTime": "2024-04-06 16:58:30",
    "redeemStartTime": "2024-03-30 16:58:30",
    "winCode":"ScdeAf1k",
    "prizeCode":"iPhone",
    "prizeType":0,
    "amont":"奖品数量",
    "lotteryBehavior":"hd_sign",
    "isWin": 1,
    "prizes":[
    {"level":1,"prizeName":"xxx","winCode":"xx",...},{"level":1,"prizeName":"xxx","winCode":"xx",...}
    ]//连抽才会有
    "customerInfo":{
      "type":1,
      "corpId":1,
      "openId":1,
      "nickName":1,
      "mobile":1,
      "sex":1,
      "language":1,
      "city":1,
      "country":1,
      "headImgUrl":1,
      "unionId":1,
      "thirdAppId":1,
      "thirdOpenId":1,
      "thirdUserId":1,
      "encodeId":1
    }
    }]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    title String 内容标题
    code String 作品唯一标识
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    level String 奖品等级
    levelName String 奖品等级名称
    redemptionMethod int 兑奖方式:0:线下兑奖;1:网页兑奖;2:淘口令兑奖;5:网页兑奖(新);6:外部兑奖;7:实物兑奖
    redeemStartTime String 兑奖开始时间,奖品设置中配置了才有。格式为yyyy-MM-dd HH:mm:ss
    redeemEndTime String 兑奖结束时间,奖品设置中配置了才有。格式为yyyy-MM-dd HH:mm:ss
    winCode String 中奖码(系统生成)
    prizeCode String 奖品码(用户自定义)
    prizeType Integer 奖品类型,0礼品,1优惠券,2现金红包,3电子兑奖码,4积分
    prizeName String 奖品名称
    amount Integer 一个奖品发放的奖品数
    lotteryBehavior String 抽奖来源:hd_lottery:互动抽奖;hd_game_score:互动游戏分数达标;hd_game_rank:互动游戏排名;hd_sign:互动签到;hd_help:互动助力;form_enrollment:表单自主报名;form_submit:表单投票;form_rank:表单排行
    isWin int 是否中奖,中奖事件永远为1。1-已中奖。
    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

奖品核销

  • msgEncrypt加密信息示例:
    [{
      "eventId": "3681a78008d4474ba34c62d84b1d820d",
      "createTime": "2023-11-06 10:58:59",
      "winCode": "23310EzcqH",
      "customerInfo": {
          "thirdUserId": "ba7ead5470f8405195667981a2b3fc48",
          "appIdType": 0,
          "corpId": "bee91c8aa4ab4fb4be03a83cee0328f8",
          "headImgUrl": "https://asset.eqxiu.cn/common/icon-page-integral.png",
          "nickName": "张老五hsy",
          "openId": "ba7ead5470f8405195667981a2b3fc48",
          "mobile": "13687774278",
          "type": 3,
          "encodeId": "de8998370d0447f583a691439cab3db2"
      },
      "eventType": "exchange_prize",
      "id": "199701"
    }]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    winCode String 中奖码(系统生成)
    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

实物邮寄

  • msgEncrypt加密信息示例:
    [{
      "eventType":"material_post",
      "code": "oLw3X76E",
      "userIndex": "",
      "di": "23983ffb-b0f5-42cd-84f5-072aeb0b410a",
      "customerInfo": {
          "thirdUserId": "1213",
          "appIdType": 0,
          "corpId": "43c5a5c1149c4206bb7089b755975382",
          "headImgUrl": "https://asset.eqxiu.cn/common/default-head-img.png",
          "nickName": "1213",
          "openId": "1213",
          "thirdOpenId": "1213",
          "id": 449712,
          "type": 3,
          "encodeId": "33e29ec00a2fa760200da63df980539e"
      },
      "ua": {
          "os": "Mac OS X (iPhone)",
          "ip": "118.122.120.59",
          "browser": "Mobile Safari",
          "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1",
          "device": "Mobile"
      },
      "type": "hd",
      "title": "复制-邮寄事件",
      "prizeLevelName": "一等奖",
      "receiverPhone": "13688410417",
      "openMine": 0,
      "isPrizeExhaustTipsSetting": false,
      "id": 35195,
      "currentUrl": "https://hanq.eqxiu.cn/gs/oLw3X76E?code=1213",
      "corpId": "43c5a5c1149c4206bb7089b755975382",
      "receiverName": "hgfhfgjghkjl",
      "benefitUrl": "",
      "receiverAddress": "kjlkjljkl",
      "prizeLevel": "0",
      "benefitOpen": 0,
      "prizeName": "200元优惠券",
      "sourceType": 1,
      "rankNum": 50,
      "loginPosition": 1,
      "creationId": 35195,
      "status": 2
    }]
    
  • 字段说明
    字段 类型 说明
    receiverName String 邮寄姓名
    receiverAddress String 邮寄地址
    receiverPhone String 邮寄手机号
    id Long 作品唯一标识
    title String 内容标题
    code String 作品唯一标识
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    prizeLevel String 奖品等级
    winCode String 中奖码(系统生成)
    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

实物邮寄发货

  • msgEncrypt加密信息示例:
    [{
      "eventType": "material_post_deliver",
      "showSignSuccess": 1,
      "copyright": 1,
      "code": "21R5iapq",
      "userIndex": 7250,
      "showActivityTime": true,
      "di": "f8917812-f593-4316-8e44-d6cb4ff73d61",
      "customerInfo": {
          "thirdUserId": "n02owpdaivp7vuicr4fl7vc2qxbp4cqs",
          "appIdType": 0,
          "corpId": "10086e3ab91e4fe69cc1c9f0ded30fe8",
          "headImgUrl": "https://asset.eqxiu.cn/common/icon-data-push.png",
          "nickName": "1qaz",
          "openId": "n02owpdaivp7vuicr4fl7vc2qxbp4cqs",
          "sex": 1,
          "mobile": "13641791503",
          "type": 3,
          "encodeId": "89ac8c98035442a788c133a7e6621dc0"
      },
      "ua": {
          "os": "OSX 10_15_7",
          "ip": "219.142.251.122",
          "browser": "Chrome 128.0.0.0",
          "region": {
              "country": "中国",
              "province": "北京",
              "city": "北京",
              "district": "-"
          },
          "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36",
          "device": "Mac"
      },
      "attentionAccredit": {
          "star": 0,
          "accredit": {
              "id": 6074,
              "platformAppId": "wxdfd1c26687c33922",
              "authorizerAppId": "wxd9d2e6c45617efd1",
              "nickName": "易企秀微场景",
              "headImgUrl": "http://wx.qlogo.cn/mmopen/SY9wuiacC67W26shGj9jLD3NXqKjTtIdA6QkJFyCPq5tib5bI0zo5NDb1VicH1nYbn9HDaKmHqLoQKBcrLdqeIlricviccNeZag3A/0",
              "serviceType": 2,
              "verifyType": 0,
              "funcInfo": "1,15,3,4,2,5,6,7,8,9,10,11,12,13,22,23,26,27,33,35,44",
              "principalName": "北京中网易企秀科技有限公司",
              "qrcodeUrl": "http://mmbiz.qpic.cn/mmbiz_jpg/c4OibrXLZBtNjCOHicgQTibHtlb4tpRoLgXrvjGFawJOZW99cLLFvLjJkeuCrfHd3004Fnvps2skRhBFrKW4yIZicQ/0",
              "isDefault": 1,
              "createTime": "2021-11-17 09:19:59",
              "updateTime": "2021-11-17 09:19:59",
              "qrCodeImg": "https://test-asset.eqxiu.cn/wxQrcode/ce047128056d4eaeb3d9dcc9ba1edd78.png"
          }
      },
      "blackListConfig": {
          "tipWords": "很遗憾,您不符合活动的参与条件,请咨询主办方。"
      },
      "winCode": "250383a5hx",
      "type": "hd",
      "title": "复制-复制-复制-复制-复制-红色喜庆幸运转转转大转盘",
      "whiteListUrl": "",
      "cover": "https://asset.eqxiu.cn/tencent/image/4a2d8af95479e3c00154b20c29c27329/pggzzxoaxi.jpeg",
      "prizeLevelName": "一等奖",
      "receiverPhone": "18310001001",
      "activityDate": {
          "dateType": 2,
          "startDate": "2025-01-08 16:14:25",
          "endDate": "2025-02-28 09:45:11",
          "intervalType": 1,
          "scopeType": 1,
          "times": [],
          "weeks": [],
          "months": []
      },
      "openMine": 0,
      "logisticsCompany": "中通速递",
      "isPrizeExhaustTipsSetting": true,
      "startTime": "2025-01-08 16:14:25",
      "whiteListNum": 0,
      "id": 327678,
      "redPackageStatus": "wx",
      "currentUrl": "http://secmp.eqshow.cn/v/327678?cc=21R5iapq&from_id=07b71550-3&code=b7m50x&share_level=2&from_user=f8917812-f593-4316-8e44-d6cb4ff73d61",
      "whiteListStatus": 0,
      "corpId": "10086e3ab91e4fe69cc1c9f0ded30fe8",
      "receiverName": "Jon Stewart Doe",
      "benefitUrl": "",
      "canVisitorAuth": false,
      "receiverAddress": "北京市东城区1600 Fake Street\nApartment 1",
      "induce": false,
      "prizeLevel": "0",
      "benefitOpen": 0,
      "prizeName": "200元优惠券",
      "rankNum": 50,
      "domain": {
          "type": 2,
          "name": "secmp.eqshow.cn"
      },
      "loginPosition": 1,
      "logisticsNo": "1111111",
      "creationId": 327678,
      "endTime": "2025-02-28 09:45:11",
      "status": 2
    }]
    
  • 字段说明
    字段 类型 说明
    receiverName String 邮寄姓名
    receiverAddress String 邮寄地址
    receiverPhone String 邮寄手机号
    logisticsCompany String 物流公司
    logisticsNo String 物流单号
    prizeLevel String 奖品等级
    prizeLevelName String 奖品等级
    prizeName String 奖品名称
    winCode String 中奖码(系统生成)
    elecCode String 电子兑奖码
    id Long 作品唯一标识
    title String 内容标题
    code String 作品唯一标识
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    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

表单提交

  • msgEncrypt加密信息示例:
    [
    {
      "eventType": "form_submit",
      "id": 10086,
      "title": "ssss",
      "type": "hd",
      "data": {
        "name": "姓名",
        "phone": "手机号",
        "wxNo ": "",
        "custom1 ": "",
        "custom2 ": ""
      },
      "formMeta": {
        "name": "姓名",
        "phone": "手机号",
        "wxNo ": "微信号",
        "custom1 ": "自定义1",
        "custom2 ": "自定义2"
      },
      "customerInfo": {
        "type": 1,
        "corpId": 1,
        "openId": 1,
        "nickName": 1,
        "mobile": 1,
        "sex": 1,
        "language": 1,
        "city": 1,
        "country": 1,
        "headImgUrl": 1,
        "unionId": 1,
        "thirdAppId": 1,
        "thirdOpenId": 1,
        "thirdUserId": 1,
        "encodeId": 1
      }
    }
    ]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    title String 内容标题
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    corpId Long 企业唯一标识
    data.name String 姓名
    data.phone String 手机号
    data.wxNo String 微信号
    data.custom1 String 自定义1
    data.custom2 String 自定义2
    formMeta.name String 表头:姓名
    formMeta.phone String 表头:手机号
    formMeta.wxNo String 表头:微信号
    formMeta.custom1 String 表头:自定义1
    formMeta.custom2 String 表头:自定义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

    开始游戏

  • msgEncrypt加密信息示例:
    [
      {
          "eventType": "start_game",
          "id": 10086,
          "code": "ABCDEFG",
          "title": "消消乐送好礼",
          "type": "hd",
          "customerInfo": {
              "thirdUserId": "abcedfg",
              "appIdType": 0,
              "corpId": "b3868c06b24848e894196046ec9952d2",
              "headImgUrl": "https://img.eqxiu.cn/touxiang.png",
              "nickName": "乐友小山",
              "openId": "abcedfg",
              "sex": 0,
              "type": 3,
              "encodeId": "sfsdfs"
          }
      }
    ]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    title String 内容标题
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    isWin int 是否中奖。1-已中奖,0-未中奖
    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

    参与游戏

  • msgEncrypt加密信息示例:
    [{
    "eventType":"join_game",
    "id":10086,
    "code":"ABCDEFG",
    "title":"消消乐送好礼",
    "type":"hd",
    "score":"12.5",
    "scoreType":1,
    "times":"游戏用时",
    "isWin": 1,
    "customerInfo": {
              "thirdUserId": "abcedfg",
              "appIdType": 0,
              "corpId": "b3868c06b24848e894196046ec9952d2",
              "headImgUrl": "https://img.eqxiu.cn/touxiang.png",
              "nickName": "乐友小山",
              "openId": "abcedfg",
              "sex": 0,
              "type": 3,
        "encodeId":"sfsdfs"
      }
    }]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    title String 内容标题
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    score Double 游戏分数
    scoreType int 1时score为单次游戏分数,2时score为累计游戏分数
    times Integer 游戏用时,只有游戏类作品有该字段,游戏+抽奖不会有
    isWin int 是否中奖。1-已中奖,0-未中奖
    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

    游戏分数上榜

  • msgEncrypt加密信息示例:
    [{
    "eventType":"game_rank",
    "id":10086,
    "code":"ABCDEFG",
    "title":"消消乐送好礼",
    "type":"hd",
    "score":"12.5",
    "scoreType":1,
    "times":"游戏用时",
    "isRank":true,
    "rankNo":1,
    "customerInfo": {
                          "thirdUserId": "abcedfg",
                          "appIdType": 0,
                          "corpId": "b3868c06b24848e894196046ec9952d2",
                          "headImgUrl": "https://img.eqxiu.cn/touxiang.png",
                          "nickName": "乐友小山",
                          "openId": "abcedfg",
                          "sex": 0,
                          "type": 3,
        "encodeId":"sfsdfs"
          }
    }]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    title String 内容标题
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    score Double 游戏分数
    scoreType int 1时score为单次游戏分数,2时score为累计游戏分数
    time Integer 游戏用时
    isRank bool true上榜,false未上榜
    rankNo int 排名
    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

    签到成功

  • msgEncrypt加密信息示例:
    [{
    "eventType":"sign_success",
    "signId":"901313",
    "signTimes":"1",
    "contTimes":"1",
    "signTime":"2022-11-24 17:40:19"
    }]
    
  • 字段说明
    字段 类型 说明
    signId Long 签到记录唯一标识
    signTimes Long 累计签到次数
    contTimes Long 连续签到次数
    signTime String 签到时间 格式:yyyy-MM-dd HH:mm:ss

成功帮助他人助力

  • msgEncrypt加密信息示例:
    [{
      "eventId": "5f58ddcfed6846f2a4ebda12b04c5e75",
      "helpTime": 1659343862514,
      "code": "CIatylDe",
      "corpId": "43c5a5c1149c4206bb7089b755975382",
      "eventType": "help_other_success",
      "type": "hd",
      "title": "助力时间",
      "helpSuccess": true,
      "hdPlayer": {
          "targetName": "自动扣减",
          "targetIndexId": 1,
          "playerId": 941,
          "customer": {
              "thirdUserId": "79eeee18a9d5427fb4dd94e9344cbfda",
              "corpId": "43c5a5c1149c4206bb7089b755975382",
              "headImgUrl": "https://asset.eqxiu.cn/common/icon-page-integral.png",
              "nickName": "赵四11",
              "mobile": "13687771210",
              "id": 1861343,
              "type": 3,
              "encodeId": "bba44a9119514c69887d1ac11697afd2"
          }
      },
      "createTime": "2022-08-01 16:51:02",
      "id": 63938,
      "creationId": 63938,
      "hdSupport": {
          "thirdUserId": "d536055d4e59499a9fe98468802c23a4",
          "corpId": "43c5a5c1149c4206bb7089b755975382",
          "headImgUrl": "https://asset.eqxiu.cn/common/icon-page-integral.png",
          "nickName": "陈华46",
          "mobile": "13687779037",
          "id": 1935513,
          "type": 3,
          "encodeId": "0dd718be8b3746678a935bff97ec48e3"
      },
      "status": 2
    }]
    
  • 字段说明
    字段 类型 说明
    eventId String 事件流水号唯一标识
    helpTime Long 助力时间-1970年到现在的毫秒数
    code String 作品code
    corpId String 企业id
    eventType String 事件类型:help_other_success
    title String 作品名称
    helpSuccess boolean true:助力成功
    hdPlayer.targetName String 助力的目标名称
    hdPlayer.targetIndexId int 助力目标id
    hdPlayer.playerId int 助力玩家id
    hdPlayer.customer JSON 对象 助力玩家的详细信息
    id int 作品id
    hdSupport JSON 对象 支持助力人的详细信息
    status int 作品状态

成功达成目标-完成助力

  • msgEncrypt加密信息示例:
    [{
      "eventId": "89e49252d77148aabf79f2aa1e33f729",
      "hdPlayer": {
          "targetName": "自动扣减",
          "targetIndexId": 1,
          "playerId": 941,
          "customer": {
              "thirdUserId": "79eeee18a9d5427fb4dd94e9344cbfda",
              "corpId": "43c5a5c1149c4206bb7089b755975382",
              "headImgUrl": "https://asset.eqxiu.cn/common/icon-page-integral.png",
              "nickName": "赵四11",
              "mobile": "13687771210",
              "id": 1861343,
              "type": 3,
              "encodeId": "bba44a9119514c69887d1ac11697afd2"
          }
      },
      "code": "CIatylDe",
      "corpId": "43c5a5c1149c4206bb7089b755975382",
      "createTime": "2022-08-01 16:51:02",
      "successTime": 1659343862586,
      "eventType": "help_player_success",
      "id": 63938,
      "creationId": 63938,
      "type": "hd",
      "title": "助力时间",
      "status": 2
    }]
    
  • 字段说明
    字段 类型 说明
    eventId String 事件流水号唯一标识
    helpTime Long 助力时间-1970年到现在的毫秒数
    code String 作品code
    corpId String 企业id
    eventType String 事件类型:help_other_success
    title String 作品名称
    helpSuccess boolean true:助力成功
    hdPlayer.targetName String 助力的目标名称
    hdPlayer.targetIndexId int 助力目标id
    hdPlayer.playerId int 助力玩家id
    hdPlayer.customer JSON 对象 助力玩家的详细信息
    id int 作品id
    status int 作品状态

集卡抽卡

  • msgEncrypt加密信息示例:
    [
    {
      "cardSets": 0,
      "showSignSuccess": 1,
      "copyright": 1,
      "code": "FRzr9uFs",
      "eventType": "card_collect",
      "userIndex": 7250,
      "showActivityTime": true,
      "di": "76e6fb28-4565-46fa-a9c4-3a97efbfec30",
      "customerInfo": {
          "thirdUserId": "kvrlmnnvb8nzl0e57i02xzv0kqdlum8h",
          "appIdType": 0,
          "corpId": "10086e3ab91e4fe69cc1c9f0ded30fe8",
          "headImgUrl": "https://asset.eqxiu.cn/common/icon-custom-set.png",
          "createTime": 1736150944711,
          "nickName": "9oll",
          "openId": "kvrlmnnvb8nzl0e57i02xzv0kqdlum8h",
          "sex": 1,
          "mobile": "13611199760",
          "type": 3,
          "encodeId": "3a8129f26274407c86e85e968d266eb6"
      },
      "ua": {
          "os": "iPhone 16_6",
          "ip": "127.0.0.1",
          "browser": "Safari 16.6",
          "region": {
              "country": "-",
              "province": "-",
              "city": "-",
              "district": "-"
          },
          "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1",
          "device": "iPhone"
      },
      "type": "hd",
      "title": "元宵节红色高端集灯笼开大奖集卡抽奖活动",
      "whiteListUrl": "",
      "attentionAccredit": {
          "star": 0
      },
      "cover": "https://test-asset.eqxiu.cn/store/2/5d1f29da410b7b27a97e3ea70c9df32b.gif",
      "activityDate": {
          "dateType": 2,
          "startDate": "2025-01-06 11:14:05",
          "endDate": "2025-01-13 11:14:05",
          "intervalType": 1,
          "scopeType": 1,
          "times": [],
          "weeks": [],
          "months": []
      },
      "openMine": 0,
      "collectLimit": false,
      "isPrizeExhaustTipsSetting": false,
      "startTime": "2025-01-06 11:14:05",
      "whiteListNum": 0,
      "id": 319833,
      "redPackageStatus": "wx",
      "currentProgress": 0.25,
      "currentUrl": "http://secmp.eqshow.cn/v/319833?cc=FRzr9uFs&cardUserId=5f7af81749c44bd690943ac3d6484fa6",
      "whiteListStatus": 0,
      "blackListConfig": {
          "tipWords": "很遗憾,您不符合活动的参与条件,请咨询主办方。"
      },
      "corpId": "10086e3ab91e4fe69cc1c9f0ded30fe8",
      "benefitUrl": "",
      "canVisitorAuth": false,
      "induce": true,
      "benefitOpen": 0,
      "rankNum": 50,
      "domain": {
          "name": "secmp.yqxiu.cn",
          "type": 1
      },
      "loginPosition": 1,
      "creationId": 319833,
      "endTime": "2025-01-13 11:14:05",
      "card": {
          "id": 1,
          "name": "好运卡",
          "probability": 25,
          "num": 0
      },
      "status": 2
    }
    ]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    title String 内容标题
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    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
    cardSets int 已集成多少套卡片
    collectLimit bool 是否达到收集上限,true是,false否
    currentProgress float 当前抽卡进度,范围0~1,例如0.25
    card.id int 当前抽卡卡片id
    card.name String 当前抽卡卡片名称
    card.probability int 当前抽卡卡片的概率
    card.num int 当前抽卡卡片的数量

集卡助力抽卡

  • msgEncrypt加密信息示例:
    [
    {
      "showSignSuccess": 1,
      "copyright": 1,
      "code": "FRzr9uFs",
      "eventType": "card_collect_help",
      "helpTime": 1736152764024,
      "userIndex": 7250,
      "showActivityTime": true,
      "di": "c0904fe9-452d-4d28-828a-91dd64c8a102",
      "customerInfo": {
          "thirdUserId": "7tbz8zo35tn06e3wymv7b4uxquseikkt",
          "appIdType": 0,
          "corpId": "10086e3ab91e4fe69cc1c9f0ded30fe8",
          "headImgUrl": "https://asset.eqxiu.cn/common/benefit.png",
          "createTime": 1736152742588,
          "nickName": "12qwaszx",
          "openId": "7tbz8zo35tn06e3wymv7b4uxquseikkt",
          "sex": 1,
          "mobile": "13672415689",
          "type": 3,
          "encodeId": "b41478bf71d04dd6bc268afdb0c6686c"
      },
      "ua": {
          "os": "iPhone 16_6",
          "ip": "127.0.0.1",
          "browser": "Safari 16.6",
          "region": {
              "country": "-",
              "province": "-",
              "city": "-",
              "district": "-"
          },
          "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1",
          "device": "iPhone"
      },
      "type": "hd",
      "title": "元宵节红色高端集灯笼开大奖集卡抽奖活动",
      "whiteListUrl": "",
      "attentionAccredit": {
          "star": 0
      },
      "cover": "https://test-asset.eqxiu.cn/store/2/5d1f29da410b7b27a97e3ea70c9df32b.gif",
      "activityDate": {
          "dateType": 2,
          "startDate": "2025-01-06 11:14:05",
          "endDate": "2025-01-13 11:14:05",
          "intervalType": 1,
          "scopeType": 1,
          "times": [],
          "weeks": [],
          "months": []
      },
      "openMine": 0,
      "isPrizeExhaustTipsSetting": false,
      "targetCustomerInfo": {
          "thirdUserId": "f67k0kor2u9cc0z7p61761hirr5h99u2",
          "appIdType": 0,
          "corpId": "10086e3ab91e4fe69cc1c9f0ded30fe8",
          "headImgUrl": "https://asset.eqxiu.cn/tencent/image/593108331f5948e9b775d96192935f36/lj8x3sjm8e.jpeg",
          "createTime": 1736133396195,
          "nickName": "1111",
          "openId": "f67k0kor2u9cc0z7p61761hirr5h99u2",
          "sex": 1,
          "mobile": "13606703754",
          "type": 3,
          "encodeId": "5f7af81749c44bd690943ac3d6484fa6"
      },
      "startTime": "2025-01-06 11:14:05",
      "whiteListNum": 0,
      "id": 319833,
      "redPackageStatus": "wx",
      "currentUrl": "http://secmp.eqshow.cn/v/319833?cc=FRzr9uFs&cardUserId=5f7af81749c44bd690943ac3d6484fa6",
      "whiteListStatus": 0,
      "blackListConfig": {
          "tipWords": "很遗憾,您不符合活动的参与条件,请咨询主办方。"
      },
      "corpId": "10086e3ab91e4fe69cc1c9f0ded30fe8",
      "benefitUrl": "",
      "canVisitorAuth": false,
      "helpSuccess": true,
      "induce": true,
      "benefitOpen": 0,
      "rankNum": 50,
      "domain": {
          "name": "secmp.yqxiu.cn",
          "type": 1
      },
      "loginPosition": 1,
      "creationId": 319833,
      "endTime": "2025-01-13 11:14:05",
      "status": 2
    }
    ]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    title String 内容标题
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    isWin int 是否中奖。1-已中奖,0-未中奖
    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
    helpTime long 助力时间
    targetCustomerInfo object 被助力者信息,同 customerInfo
    currentProgress float 当前抽卡进度,范围0~1,例如0.25
    helpSuccess bool 是否助力成功,true助力成功

自定义抽奖错误

  • 事件说明
    自定义抽奖规则接口返回的奖品等级、奖品代码与作品配置的不符时会提示错误,并通过该事件通知。
  • msgEncrypt加密信息示例:
    {
    "showSignSuccess": 1,
    "code": "MA5FBWRh",
    "userIndex": 10600,
    "di": "c2d964f7-66c3-482d-8e65-95edb2710f2e",
    "errorCode": "B020206",
    "customerInfo": {
      "thirdUserId": "c001c35ac706482481a4adf97ca57f11",
      "appIdType": 0,
      "corpId": "10ab1f1bfd004a5881a9afb271a6516f",
      "headImgUrl": "https://asset.eqxiu.cn/common/icon-wechat.png",
      "nickName": "陈华",
      "openId": "c001c35ac706482481a4adf97ca57f11",
      "mobile": "13888888888",
      "id": 2935947,
      "type": 3,
      "encodeId": "897578c6a89248aab9b4ec91f1311ac8"
    },
    "ua": {
      "os": "Mac OS X (iPhone)",
      "ip": "127.0.0.1",
      "browser": "Mobile Safari",
      "region": {
        "country": "中国",
        "province": "四川",
        "city": "成都"
      },
      "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1",
      "device": "Mobile"
    },
    "type": "hd",
    "title": "家装狂欢限定整点抽大转盘抽奖",
    "whiteListUrl": "",
    "cover": "https://asset.eqxiu.cn/tencent/image/5738563e49c36fe6e050adcae9081f94/b0s3g7qn0n.jpeg",
    "openMine": 0,
    "isPrizeExhaustTipsSetting": false,
    "responseParam": "{\"reward\":null,\"lottery\":4,\"message\":\"null,\"url\":\"null,\"prizeLevel\":\"1,\"prizeCode\":\"YX003}",
    "startTime": "2022-10-24 13:44:14",
    "whiteListNum": 0,
    "id": 79145,
    "eventId": "dae53279642a4595a940cd4307674189",
    "currentUrl": "https://lijunyu.eqxiu.cn/gs/MA5FBWRh?share_level=2&from_user=c2d964f7-66c3-482d-8e65-95edb2710f2e&from_id=f3a939ad-b&code=13581754656&password=111",
    "whiteListStatus": 0,
    "corpId": "10ab1f1bfd004a5881a9afb271a6516f",
    "benefitUrl": "",
    "eventType": "http_invoke_fail",
    "requestParam": "{\"msgEncrypt\":\"b6DkD3k62+oVj3AL1ybtTI14QmeTmBx+hSUenzbS/EqgHRMdb7NXjs5s2+KSpCT9byHZOR5qecwkeV2RCxTMXkDWqsKrBVMDsPtYn7br1fE=\",\"nonce\":\"268ee4a25fec41acbb8491c30155d314\",\"signature\":\"a558dae9105a8d48bed79fe8462985b83636a243\",\"timestamp\":\"1666590436744\"}",
    "errorMsg": "活动太火爆了,请稍后再试~",
    "benefitOpen": 0,
    "createTime": 1666590436826,
    "sceneType": 1,
    "rankNum": 50,
    "loginPosition": 1,
    "thirdUrl": "http://www.eqxiu.cn/hd/lottery/setting",
    "creationId": 79145,
    "endTime": "2022-10-31 13:44:14",
    "status": 2
    }
    
  • 字段说明
    字段 类型 说明
    eventId String 事件流水号唯一标识
    corpId String 企业id
    eventType String 事件类型:http_invoke_fail
    id int 作品id
    creationId int 作品id
    title String 作品名称
    errorCode String 错误码
    errorMsg String 错误信息
    sceneType String 错误场景类型。1-自定义抽奖规则
    thirdUrl String 请求的接口地址
    requestParam String 请求参数,自定义抽奖规则接口的请求参数
    responseParam String 响应参数,自定义抽奖规则接口响应参数

用户行为类

暂停活动

  • msgEncrypt加密信息示例:
    [{
    "eventType":"activity_pause",
    "id":10086,
    "type":"hd",
    "status":3
    }]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    status Integer 作品状态,-1删除,1未发布,2发布,3临时关闭,4停用

恢复活动

  • msgEncrypt加密信息示例:
    [{
    "eventType":"activity_resume",
    "id":10086,
    "type":"hd",
    "status":2
    }]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    status Integer 作品状态,-1删除,1未发布,2发布,3临时关闭,4停用

停止活动

  • msgEncrypt加密信息示例:
    [{
    "eventType":"activity_stop",
    "id":10086,
    "type":"hd",
    "status":4
    }]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    status Integer 作品状态,-1删除,1未发布,2发布,3临时关闭,4停用

will 2025年2月7日 15:35 8170 收藏文档