{
"Token": "{{Token}}",
"Type": 319,
"Gid": "xxx@chatroom",
"WxidList": "wxid_111,wxid_222"
}
curl --location --request POST 'http://127.0.0.1:7717' \
--header 'Content-Type: application/json' \
--data-raw '{
"Token": "{{Token}}",
"Type": 319,
"Gid": "xxx@chatroom",
"WxidList": "wxid_111,wxid_222"
}'
OK 成功返回OK。