H5事件


H5模块特有事件说明

访客行为类

定时开奖-报名

  • msgEncrypt加密信息示例:
    [{
      "eventType":"lottery_enroll",
      "mustAttention": 0,
      "copyright": 1,
      "code": "4hiBiWhi",
      "di": "6ce3daef-a347-410c-8722-fdee31919b90",
      "customerInfo": {
          "thirdUserId": "1233456789",
          "appIdType": 0,
          "corpId": "a4894011sebes9298c82b00023cb8153",
          "headImgUrl": "https://asset.eqxiu.cn/common/icon-data-push.png",
          "nickName": "45326",
          "openId": "1233456789",
          "sex": 1,
          "mobile": "13888888888",
          "type": 3,
          "encodeId": "3f8dc34fe84541e086164cd03cedff59"
      },
      "language": "zh",
      "ua": {
          "os": "Android 6.0",
          "ip": "127.0.0.1",
          "browser": "MSEdge 125.0.0.0",
          "region": {
              "country": "中国",
              "province": "四川",
              "city": "成都"
          },
          "ua": "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Mobile Safari/537.36 Edg/125.0.0.0",
          "device": "Android"
      },
      "type": "h5",
      "title": "开奖",
      "cover": "https://asset.eqxiu.cn/common/h5.png",
      "currentUrl": "https://www.eqxiu.cn/v/152247?cc=PNi3iIXi",
      "configId": 22253,
      "startTime": "2024-05-31 14:06:26",
      "id": 263445,
      "currentUrl": "https://asdds.eqxiu.cn/v/263445?cc=4hiBiWhi&encodeId=3f8dc34feds54sse086164cd03cedff59",
      "backgroundColor": "#E6EBED",
      "corpId": "a4894011sebes9298c82b00023cb8153",
      "encodeId": "3f8dc34fe84541e086164cd03cedff59",
      "creationId": 263445,
      "endTime": "2038-01-01 00:00:00"
    }]
    
  • 字段说明
    字段 类型 说明
    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

    定时开奖-中奖

    与互动”活动中奖”事件一致,参考:活动中奖

    定时开奖-未中奖

    推送开奖未中奖名单,会分批次推送,每批最大推送1万个未中奖名单。
  • msgEncrypt加密信息示例:
    [{
      "eventType":"losing_lottery",
      "cover": "https://asset.eqxiu.cn/common/h5.png",
      "code": "4hiBiWhi",
      "corpId": "a4894011sebes9298c82b00023cb8153",
      "customerInfos": [
          {
              "thirdUserId": "1233456789",
              "unionId": "23456",
              "openId": "1233456789",
              "thirdAppId": "23456",
              "mobile": "13888888888",
              "currentUrl": "https://www.eqxiu.cn/v/152247?cc=PNi3iIXi",
              "encodeId": "3f8dc34fe84541e086164cd03cedff59"
          }
      ],
      "startTime": "2024-05-31 14:06:26",
      "id": 263445,
      "creationId": 263445,
      "endTime": "2038-01-01 00:00:00",
      "type": "h5",
      "title": "开奖"
    }]
    
  • 字段说明
    字段 类型 说明
    id Long 作品唯一标识
    title String 内容标题
    code String 作品唯一标识
    type String 作品类型,hd互动,h5, lc长页,design海报,form表单
    customerInfos array 未中奖用户列表
    customerInfos.encodeId Srtring 用户唯一标识【易企秀】
    customerInfos.mobile String 手机号,userType为2时
    customerInfos.unionId String 微信信息,unionId
    customerInfos.thirdAppId String 微信信息,appId
    customerInfos.thirdUserId String userType为3时,三方用户ID
    customerInfos.openId String 微信信息,openId

2024年7月25日 13:47 1915 收藏文档