企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# 积分变更推送 |拥有此API的权限集并订阅此消息推送| |:---- | |积分管理-查询积分信息 | **推送参数** | 参数名 | 是否必传 | 类型 | 说明 | | :---------- | :------- | :----- | :------------------- | | type | 是 | string | 推送类型:point | |app_id | 是 |String |店铺id | |message_id| 是 | String | 消息ID | |retry_times| 是 | int | 重试次数 | |xe_data| 是 | Object | 业务数据 | **`xe_data` 参数结构** |参数名|必选|类型|说明| |:----|:---|:----- |:----- | | action | 是 | string | 固定为 change | | app_id | 是 | string | 店铺id | | change_time | 是 | string | 变更发生的时间 | | integrals | 是 | int | 变动积分数,注意有正负值 | | user_id | 是 | string | 用户id | **特殊说明** 推送时刻:积分发生变更时触发推送 **推送解密后示例** ``` <doc> <type>point</type> <app_id>appAKLWLitnxxxx</app_id> <message_id>20230615_1669013687304xxxxxx</message_id> <retry_times>0</retry_times> <xe_data> <action>change</action> <app_id>appAKLWLitnxxxx</app_id> <change_time>2022-02-26 01:36:31</change_time> <content>购买商品得积分</content> <integrals>1000</integrals> <type>point</type> <user_id>u_5f36be1006515_SB3cyXxxxx</user_id> </xe_data> </doc> ```