From 92d7ba8ff51b63de9335d0ffd9d3e992aafb7684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 1 Apr 2020 13:10:15 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 1 - 1 file changed, 1 deletion(-) 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) {