内容中台技术手册
动态与公告
公告
发布记录
接口变更记录
对接必读
产品简介
名词解释
调用方式
公共代码
公共事件
账号开通
基础集成
单点登录
访客体系打通
数据推送
授权接口
管理集成
组织模型
企业配置接口
员工管理接口
集成配置接口
部门管理接口
编辑器集成
通用
集成页面
作品接口
统计数据接口
行为画像接口
传播脉络接口
模板接口
素材接口
分组接口
多人分发接口
作品共享接口
编辑器公共事件
黑名单管理
访客信息接口
互动
互动接口
活动参与信息接口
互动事件
自定义活动逻辑(抽奖等)
积分、权益体系集成
奖品库集成
互动任务
电子兑奖码
互动活动配置同步
地址库对接
活动白名单
收货地址自定义提交
表单
自定义表单提交
表单默认值自动填充
表单回传数据
表单选项数据结构
嵌入第三方页面
表单接口
H5
自定义下拉表单组件
任务组件
动态替换作品元素
H5接口
任务组件(新)
自定义js脚本(新)
渲染组件相关接口
数据集成
H5事件
留资玩法
H5定位打卡:支持在非微信环境下使用
长页
海报
基于模板生成图片
对接素材美化和编辑功能
海报事件
视频
服务集成
短信服务集成
素材库集成接口
自定义JS集成
审批工作流集成
红包服务集成
收款配置-小程序对接
移动端集成
Android SDK集成
iOS SDK集成
平台集成
集成申请
用户组织架构
平台接口
配置指南
企业配置
集成配置
商户号配置
最佳实践
年度总结H5
微信小程序嵌入H5
支付宝小程序嵌入H5
基于模板动态生成图片
跳转小程序页面
PC大转盘抽奖使用方法
私域分享增加权益
微信小程序对接互动默认商户号红包
常见问题
-
+
互动事件
> 互动模块特有事件说明,分访客事件与用户事件两大类 # 访客行为类 ## 参与抽奖 - msgEncrypt加密信息示例: ```json [ { "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加密信息示例: ```json [{ "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 | 奖品等级 | | 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加密信息示例: ```json [{ "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加密信息示例: ```json [{ "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 | 奖品等级 | | 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加密信息示例: ```json [ { "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加密信息示例: ```json [ { "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加密信息示例: ```json [{ "eventType":"join_game", "id":10086, "code":"ABCDEFG", "title":"消消乐送好礼", "type":"hd", "score":"12.5", "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 | 游戏分数 | | 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加密信息示例: ```json [{ "eventType":"game_rank", "id":10086, "code":"ABCDEFG", "title":"消消乐送好礼", "type":"hd", "score":"12.5", "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 | 游戏分数 | | 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加密信息示例: ```json [{ "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加密信息示例: ```json [{ "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 | 作品状态 | [作品状态](https://hc.eqxiu.cn/doc/18/) ## 成功达成目标-完成助力 - msgEncrypt加密信息示例: ```json [{ "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 | 作品状态 | [作品状态](https://hc.eqxiu.cn/doc/18/) ## 自定义抽奖错误 - 事件说明 自定义抽奖规则接口返回的奖品等级、奖品代码与作品配置的不符时会提示错误,并通过该事件通知。 - msgEncrypt加密信息示例: ```json { "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加密信息示例: ```json [{ "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加密信息示例: ```json [{ "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加密信息示例: ```json [{ "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
2024年8月22日 19:01
6450
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
PDF文档
PDF文档(打印)
分享
链接
类型
密码
更新密码