| JSON字段 | 类型 | 可空 | 说明 |
|---|---|---|---|
| noise | 数字 | 否 | 随机数。接收方成功接收处理消息后需要在响应中回复此值。 |
| msgId | 数字 | 否 | 消息id。 |
| type | 字符串 | 否 | 消息类型。此类型消息固定为 new_qw_customer |
| content | 对象 | 否 | 消息内容 |
| content.externalUserId | 字符串 | 否 | 客户企微id |
| content.unionId | 字符串 | 是 | 客户unionId |
| content.qwUserId | 字符串 | 否 | 增加客户的销售企微id |
| content.mobiles | 字符串列表 | 是,但可能为空列表 | 客户手机号 |
| content.wechatNickname | 字符串 | 是 | 微信昵称 |
| content.wechatAvatar | 字符串 | 是 | 微信头像链接 |
{"type":"new_qw_customer","noise":-203478414587272730,"msgId":999,"content":{"externalUserId":"","unionId":"","qwUserId":"","mobiles":["15678789757"],"wechatNickname":"jack","wechatAvatar":"http://dad.com/ds.jpg"}}