Appearance
获取视频号分佣数据推送
| 拥有此API的权限集并订阅此消息推送 |
|---|
| 订单管理-查询 |
接口描述
- 当查询到微信视频号订单出现分佣数据的时候推送
推送参数
| 参数名 | 是否必传 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | string | 推送类型:channel_order_commission_change |
| app_id | 是 | String | 店铺id |
| message_id | 是 | String | 消息ID |
| retry_times | 是 | int | 重试次数 |
| xe_data | 是 | Object | 业务数据 |
xe_data 参数结构
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| app_id | 是 | string | 店铺id |
| order_id | 是 | string | 订单ID |
推送解密后示
<doc>
<type>channel_order_commission_change</type>
<app_id>appAKLWLitnxxxx</app_id>
<message_id>20230615_1669013687304xxxxxx</message_id>
<retry_times>0</retry_times>
<xe_data>
<app_id>xxx</app_id>
<order_id>xxx</order_id>
</xe_data>
</doc>