企微标签变更推送
信息
注意
推送数据
appId、timestamp、version、sign,详见推送数据格式约定
Base64 编码加密数据,加密方式详见推送数据格式约定。加密前数据为UTF8编码JSON:
JSON字段 | 类型 | 可空 | 说明 |
---|---|---|---|
noise | 数字 | 否 | 随机数。接收方成功接收处理消息后需要在响应中回复此值。 |
msgId | 数字 | 否 | 消息id。 |
type | 字符串 | 否 | 消息类型。此类型消息固定为 change_corp_tag |
content | 对象 | 否 | 消息内容 |
content.tagId | 字符串 | 是,可能为空 | 探马系统标签Id |
content.qwTagId | 字符串 | 否 | 企微侧标签Id |
content.tagGroupId | 字符串 | 否 | 探马标签组id |
content.tagGroupName | 字符串 | 否 | 探 马标签组名 |
content.tagGroupQwId | 字符串 | 否 | 企微标签组id |
content.tagType | 字符串 | 是 | 标签组:tag_group 标签列:tag |
content.currentName | 字符串 | 否 | 标签组/标签列当前名称 |
content.changeType | 字符串 | 否 | 操作类型。创建:create 更新:update 删除 :delete |
content.order | 字符串 | 否 | 标签序号值 |
推送加密前JSON:
{
"type":"change_corp_tag",
"noise":-1138067563539621518,
"msgId":3,
"content":{
"tagType":"tag_group",
"qwTagId":"etvRo3DwAAr8-xO9CYzCWKuND8Nw39vA",
"tagId":8334,
"currentName":"银丰生物",
"changeType":"update",
"order":29
}
}
响应
修改于 2024-03-27 08:22:23