{
"type": "getGroupList1",
"params": {
"robotId": "机器人微信id",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"cache": 1
}
}
curl --location --request POST 'http://localhost:10001/api/processor' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "getGroupList1",
"params": {
"robotId": "机器人微信id",
"instanceId": "实例id 和 robotId 二者填一者就可以",
"cache": 1
}
}'
{
"type": "getGroupList",
"description": "获取群聊列表",
"time": 0,
"params": {
"robotId": "机器人微信id",
"instanceId": "机器人实例id",
"groupId": "好友微信id",
"groupName": "群聊名称",
"remark": "群聊备注",
"v3": "string",
"groupMemberNum": 0,
"groupManger": "群主微信id"
}
}