群更新事件
POST
{{接收回调的地址}}请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
header
object
必需
event_type
string
事件类型
timestamp
string
必需
to_app
string
必需
event
object
必需
group_chat_id
string
群id
group_chat_name
string
群名称
change_type
string
必需
(子更新类型 )1 群关联企业变更 : change_company 2 群主变更 : change_owner
示例
{
"header": {
"event_type": "group_chat_update",
"timestamp": "1611580672000",
"to_app": "wloa4376fe67dc041d474a79513ed70ae3db"
},
"event": {
"group_chat_id": "xxx",
"group_chat_name": "xxx",
"change_type": "change_owner"
}
}
最后修改时间: 2 年前