请教GetGroupList 获取群聊列表 的调用,没有找到文档,不知道如何调用,其中一个地方写着:
     * >>> GetGroupList 取群聊列表 robot_wxid(不传返回全部机器人的)
$data = [
    "event" => "GetGroupList",
    "robot_wxid" => $PjConfig['Robot_wxid'], // 指定机器人
    // "to_wxid" => $PjConfig['ChatRoom'], 
];
 
这样发送没有任何数据返回,请问应该如何做呢? 谢谢