diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index c4d3ef4..2316256 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -656,7 +656,6 @@ class HttpClient $ch = curl_init(); $url = $this->createRequestUrl($url, $data); - var_dump($this->_data); curl_setopt($ch, CURLOPT_URL, $url); if ($this->timeout > 0) { curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout); // 超时设置