用户状态变更推送
拥有此API的权限集并订阅此消息推送 |
---|
用户管理-查询 |
推送参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
type | 是 | String | 推送类型:user_status_change - C端账号状态变更 |
app_id | 是 | String | 店铺id |
message_id | 是 | String | 消息ID |
retry_times | 是 | int | 重试次数 |
xe_data | 是 | Object | 业务数据 |
xe_data
参数结构
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
app_id | 是 | String | 店铺ID |
user_id | 是 | String | 用户ID |
old_status | 是 | int | 变更前状态:-2 注销中;-1 已注销;0 正常;1 封号 |
new_status | 是 | int | 变更后状态 :-2 注销中;-1 已注销;0 正常;1 封号 |
updated_at | 是 | String | 变更时间 |
特殊说明
推送场景: C端账号状态变更后触发
推送解密后示例
<doc>
<type>user_status_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>
<new_status>2</new_status>
<old_status>0</old_status>
<updated_at>2022-10-14 10:20:04</updated_at>
<user_id>u_6348c5cb14547_aoTZojxxxxx</user_id>
</xe_data>
</doc>