Appearance
账号合并消息推送
| 拥有此API的权限集并订阅此消息推送 |
|---|
| 用户管理-查询 |
接口描述
- 账号合并消息推送情况:当两个账号发生合并时会触发
推送参数
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | string | 推送类型: account_merge - 账号合并 |
| app_id | 是 | String | 店铺id |
| message_id | 是 | String | 消息ID |
| retry_times | 是 | int | 重试次数 |
| xe_data | 是 | Object | 业务数据 |
xe_data 参数结构
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| app_id | 是 | string | 店铺id |
| source_user_id | 是 | string | 源用户user_id |
| target_user_id | 是 | string | 目标用户user_id |
| merged_at | 是 | string | 合并时间 |
推送解密后示
<app_id>appAKLWLitnxxxx</app_id>
<message_id>20230615_1669013687304xxxxxx</message_id>
<retry_times>0</retry_times>
<type>account_merge</type>
<xe_data>
<app_id>appAKLWLitnxxxx</app_id>
<merged_at>2021-12-18 18:00:58</merged_at>
<source_user_id>u_61b60b31b1e1c_6y3sZxxxxxx</source_user_id>
<target_user_id>u_614ab0bea5216_2cYwiQxxxxxx</target_user_id>
</xe_data>