From d17392ffb84301df2e5795f3a12b7ae600eabe21 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 9 Jan 2020 19:13:47 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/HttpClient.php b/common/HttpClient.php index d12d446..b45c3a2 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -528,7 +528,6 @@ class HttpClient return $body; } $type = $data['content-type']; - var_dump($body, $type); if (strpos($type, 'text/html') !== false) { return $body; } else if (strpos($type, 'json') !== false) { @@ -575,8 +574,6 @@ class HttpClient return $result; } - - var_dump($body); if (is_string($body)) { $result['code'] = 0; $result['message'] = '';