跳到主要内容

会员信息变更事件通知

当会员的积分变更时会发送该消息

事件类型编码:MEMBER_POINT_CHANGE
参数是否必传说明
user_no会员号
total_points会员变更后的总积分
change_points会员变更积分, 可为负数
remark备注
示例
{
"sign_type": "MD5",
"sign": "xxxxxxxxxxx",
"open_app_id": "xxxxx",
"open_mch_id": "xxxxx",
"msg_id": 123,
"timestamp": "1581738507000",
"event": "MEMBER_POINT_CHANGE",
"content": {
"user_no": "xxxx",
"total_points": 1000,
"change_points": -1,
"remark": "积分兑换"
}
}