diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 39a37fc..ebc1c9f 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -650,7 +650,6 @@ class HttpClient } if ($this->method != self::GET) { - var_dump($data); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); }