data["requests"] = $data; $sendRequest = $this->sendRequest(array( 'method' => 'GET', 'sendRequestUrl' => 'cloudQuery', 'urlParams' => $data, )); return $sendRequest; } else { $this->throwError('查询条件不能为空'); } } } ?>