企微好友信息更新时,推送该企微好友的基础信息
{
"event": {
"name": "贾宝玉诺曼底登陆",
"type": 1,
"avatar": "http://wx.qlogo.cn/mmhead/Iic9WLWEQMg1WMEEcswNX0XTwVSXbkxddiaeYs4fnodwibZwVUEs47MxFUGYmSwq3SRtLIBDGSoEm8/0",
"gender": 1,
"userid": "rmlC2n8nfvQjEduFUL0JXapwwoo8D1ZGlcDyIWGIpw4",
"lost_state": true,
"change_type": "customer_lost",
"customer_id": "wxicVEwD1-bdull1odNVzmsKLQJe4pZV2zQbnu4KJPc",
"remark_mobiles": [
"15155555555",
"15152517714"
],
"external_userid": "wmW2WmDAAAdooseeQxlUCbwkQiXE2Rbw"
},
"header": {
"to_app": "wloa89d1c1a0de7484347e8718b52faff851",
"event_type": "customer_update",
"time_stamp": "1745819400867"
}
}
| 名称 | 类型 | 说明 |
|---|---|---|
| » event | 回调事件具体内容 | |
| »» customer_id | string | 客户id |
| »» external_userid | string | 好友的external_userid |
| »» userid | string | 员工id |
| »» name | string | 好友名称 |
| »» type | int | 类型 |
| »» gender | int | 性别 |
| »» position | string | 职位 |
| »» change_type | string | 变更子类型(修改备注:change_remark;客户流失:customer_lost) |
| »» lost_state | boolean | 流失状态 |
| »»remark_mobiles | array | 备注手机号 |
| » header | 回调参数头 | |
| »» to_app | string | 回调应用的appid |
| »» event_type | string | 事件类型 |
| »» time_stamp | long | 回调时间,13位时间戳,精确到毫秒 |