Appearance
用户手机号变更推送
| 拥有此API的权限集并订阅此消息推送 |
|---|
| 用户管理-查询 |
接口描述
- 目前仅支持手机号绑定,换绑触发推送
推送参数
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | String | 推送类型:user_phone_change - 手机号修改 |
| app_id | 是 | String | 店铺id |
| message_id | 是 | String | 消息ID |
| retry_times | 是 | int | 重试次数 |
| xe_data | 是 | Object | 业务数据 |
xe_data 参数结构
| 参数名 | 必选 | 类型 | 说明 |
|---|---|---|---|
| app_id | 是 | String | 店铺ID |
| user_id | 是 | String | 用户ID |
| phone | 是 | String | 手机号 |
| update_at | 是 | string | 修改时间 |
特殊说明
推送场景: 用户手机过号修改后触发推送
推送解密后示
<doc>
<type>user_phone_change</type>
<app_id>appAKLWLitnxxxx</app_id>
<message_id>20230615_1669013687304xxxxxx</message_id>
<retry_times>0</retry_times>
<xe_data>
<action>update</action>
<app_id>appAKLWLitnxxxx</app_id>
<phone>13333333333</phone>
<update_at>2022-10-14 07:43:03</update_at>
<user_id>u_lp_1664408487_6334dba72af4e_xxxxxx</user_id>
</xe_data>
</doc>