完成直播任务推送
拥有此API的权限集并订阅此消息推送 |
---|
直播管理-查询 |
接口描述
- 用户完成直播任务时推送消息给商家
推送参数
参数名 | 是否必传 | 类型 | 说明 |
---|---|---|---|
type | 是 | string | 推送类型:live_task-直播任务 |
app_id | 是 | String | 店铺id |
message_id | 是 | String | 消息ID |
retry_times | 是 | int | 重试次数 |
xe_data | 是 | Object | 业务数据 |
xe_data
参数结构
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
action | 否 | string | 推送说明 |
app_id | 是 | string | 店铺id |
data | 是 | Object | |
data.app_id | 是 | string | 店铺id |
data.alive_id | 是 | string | 直播id |
data.retry_times | 否 | int | 重试次数 |
data.task_id | 是 | int | 任务id |
data.user_id | 是 | string | 用户id |
data.reward_value | 是 | string | 任务奖励值 |
data.reward_type | 否 | int | 奖励类型:5=自定义奖品 |
data.task_type | 否 | int | 任务类型:1=观看任务,2=互动任务,4=活跃任务 |
data.task_condition | 否 | string | 任务条件:观看任务时填写具体分钟值,互动任务时:1-评论 3-点赞 活跃任务时: 9-签到 |
data.task_module | 否 | int | //任务模块 0-单项任务,1-组合任务 |
推送解密后示例
<type>live_task</type>
<app_id>appAKLWLitnxxxx</app_id>
<message_id>20230615_1669013687304xxxxxx</message_id>
<retry_times>0</retry_times>
<xe_data>
<action>xxx</action>
<app_id>xxx</app_id>
<data>
<app_id>appAKLWLxxxxxx</app_id>
<alive_id>l_ABCDxxxxxxxxxxxxxxxxxx</alive_id>
<task_id>xxxxxxx</task_id>
<user_id>u_ascasxxxxxxxxxxxxxxx<user_id>
<reward_value>xxxxxxxxxxxx</reward_value>
<retry_times>0</retry_times>
<task_module>0</task_module>
<task_condition>xxxx</task_condition>
<task_type>0</task_type>
<reward_type>5</reward_type>
</data>
</xe_data>