diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 33fe097..740fb63 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -652,6 +652,9 @@ class HttpClient private function curlParse($url, $data) { $ch = curl_init(); + + var_dump($this->createRequestUrl($url, $data)); + curl_setopt($ch, CURLOPT_URL, $this->createRequestUrl($url, $data)); if ($this->timeout > 0) { curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout); // 超时设置