diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 202ade0..e19cf34 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -612,7 +612,6 @@ class HttpClient return $body; } $type = $data['content-type']; - var_dump($data, $body); if (strpos($type, 'text/html') !== false) { return $body; } else if (strpos($type, 'json') !== false) {