Skip to content

用户手机号变更推送

拥有此API的权限集并订阅此消息推送
用户管理-查询

接口描述

  • 目前仅支持手机号绑定,换绑触发推送

推送参数

参数名必选类型说明
typeString推送类型:user_phone_change - 手机号修改
app_idString店铺id
message_idString消息ID
retry_timesint重试次数
xe_dataObject业务数据

xe_data 参数结构

参数名必选类型说明
app_idString店铺ID
user_idString用户ID
phoneString手机号
update_atstring修改时间

特殊说明

推送场景: 用户手机过号修改后触发推送

推送解密后示

<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>