Appearance
直播创建推送
推送参数
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | string | 推送类型:alive_create |
| app_id | 是 | string | 店铺id |
| message_id | 是 | string | 消息ID |
| retry_times | 是 | int | 重试次数 |
| xe_data | 是 | Object | 业务数据 |
xe_data 参数结构
| 参数名 | 类型 | 说明 |
|---|---|---|
| app_id | String | 店铺id |
| action | string | 事件类型:固定 create |
| data | string | 商品变更推送标题 |
| data.alive_id | string | 直播id |
| data.change_time | string | 数据库变更时间 |
| data.cur_status | int | 当前直播状态,固定 0 |
| data.pre_status | int | 上一次推送时的直播状态,固定 0 |
| data.push_time | string | 消息推送时间 |
推送解密后示
<doc>
<app_id>appvej9rzl01779</app_id>
<message_id>20240614_1801450892004257792</message_id>
<retry_times>0</retry_times>
<type>alive_create</type>
<xe_data>
<action>create</action> #固定 create
<app_id>appvej9rzl01779</app_id>
<data>
<alive_id>l_666bb380e4b0a287e69e51be</alive_id> #直播id
<change_time>2024-06-14 11:05:36</change_time> #数据库变更时间
<cur_status>0</cur_status> #当前直播状态,固定 0
<pre_status>0</pre_status> #上一次推送时的直播状态,固定 0
<push_time>2024-06-14 11:05:36</push_time> #消息推送时间
</data>
</xe_data>
</doc>