{
"type": 31005,
"data": {
"room_wxid": "234xxxxxxxx8@chatroom",
"member_list": [
"wxid_1******",
"wxid_2******",
"wxid_3******"
],
"reason": "群主同意下"
}
}curl --location 'http://127.0.0.1:8981/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 31005,
"data": {
"room_wxid": "234xxxxxxxx8@chatroom",
"member_list": [
"wxid_1******",
"wxid_2******",
"wxid_3******"
],
"reason": "群主同意下"
}
}'{
"data": null,
"msg": "ok",
"type": 31005
}