企微个人标签变更推送
注意
推送数据
appId、timestamp、version、sign,详见推送数据格式约定
Base64 编码加密数据,加密方式详见推送数据格式约定。加密前数据为UTF8编码JSON:
JSON字段 | 类型 | 可空 | 说明 |
---|---|---|---|
noise | 数字 | 否 | 随机数。接收方成功接收处理消息后需要在响应中回复此值。 |
msgId | 数字 | 否 | 消息id。 |
type | 字符串 | 否 | 消息类型。此类型消息固定为 change_customer_tag |
content | 对象 | 否 | 消息内容 |
content.userId | 数字 | 否 | 探马系统人员ID |
content.qwUserId | 字符串 | 是 | 企微联系人ID |
content.tagId | 字符串 | 否 | 探马系统标签Id |
content.tagType | 字符串 | 否 | 标签列:tag |
content.currentName | 字符串 | 否 | 标签组/标签列当前名称 |
content.changeType | 字符串 | 否 | 操作类型。创建:create |
content.order | 数字 | 否 | 标签序号值 |
推送加密前JSON:
{"type":"change_customer_tag","noise":-1138067563539621518,"msgId":3,"content":{"corpid":"ww9c5530210a0d5116","type":"change_customer_tag","content":{"tagId":427,"qwUserId":"douzetian","currentName":"测试使用标签5","changeType":"create","tagType":"tag","userId":443534750715968,"order":6},"timestamp":1646104808077}}
响应
修改于 2023-04-14 03:52:19