活动签到推送
拥有此API的权限集并订阅此消息推送 |
---|
活动管理-查询 |
推送参数
参数名 | 是否必传 | 类型 | 说明 |
---|---|---|---|
type | 是 | String | 推送类型:activity |
app_id | 是 | String | 店铺id |
message_id | 是 | String | 消息ID |
retry_times | 是 | int | 重试次数 |
xe_data | 是 | Object | 业务数据 |
xe_data
参数结构
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
action | 是 | String | 事件:sign_in—签到 |
app_id | 是 | String | 店铺id |
user_id | 是 | String | 用户id |
activity_id | 是 | String | 活动id |
ticket_num | 是 | String | 票号 |
特殊说明
推送条件: 用户在店铺互动管理->活动管理的活动签到时,会触发该消息推送。
推送解密后示例
<doc>
<type>activity</type>
<app_id>appAKLWLitnxxxx</app_id>
<message_id>20230615_1669013687304xxxxxx</message_id>
<retry_times>0</retry_times>
<xe_data>
<action>sign_in</action>
<activity_id>activity_202112151749rCboXXkIxxxx</activity_id>
<app_id>appAKLWLitnxxxx</app_id>
<ticket_num>975484584373</ticket_num>
<user_id>u_60e5d19b4ce0b_U39AmCxxxx</user_id>
</xe_data>
</doc>