{
"event": "20022",
"description": "群成员减少通知事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "string",
"sendTime": 1726826627676,
"memberList": [
{
"name": "string",
"user_id": "string"
}
],
"opUserId": "string",
"opUserName": "0",
"roomConversationId": "string",
"roomName": "string"
}
}
curl --location --request POST 'http://callbackurl' \
--header 'Content-Type: application/json' \
--data-raw '{
"event": "20022",
"description": "群成员减少通知事件",
"time": 1726826627676,
"data": {
"instanceId": "97554f7c82a1439c86df3143ef4975c5",
"robotId": "string",
"sendTime": 1726826627676,
"memberList": [
{
"name": "string",
"user_id": "string"
}
],
"opUserId": "string",
"opUserName": "0",
"roomConversationId": "string",
"roomName": "string"
}
}'
{}