{
"data": {
"room_wxid": "*******@chatroom"
},
"type": 31002
}curl --location 'http://127.0.0.1:8981/api' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"room_wxid": "*******@chatroom"
},
"type": 31002
}'{
"data": {
"admin_list": [ //群内管理员
"wxid_******",
"wxid_******"
],
"chatRoomOwner": "wxid_***********", //群主
"member_list": [
{
"avatar": "https://wx.qlogo.cn/mmhead/ver_1/***2***",
"display_name": "群内昵称",
"flag": 1, //进群方式
"invite_by": "wxid_******", //谁邀请的
"nickname": "微信昵称",
"wxid": "wxid_aq********"
},
**********************
],
"room_wxid": "***********@chatroom",
"total_member": 496 //群成员总数
},
"msg": "ok",
"type": 31002
}