From ace3d67552349f532900b7a872962b06d567a254 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 9 Jan 2020 19:12:00 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/HttpClient.php b/common/HttpClient.php index ace3c85..42db3ef 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -348,8 +348,6 @@ class HttpClient $body = $client->body; $client->close(); - var_dump($body); - $header = $client->getHeaders(); $body = $this->resolve($header, $body); @@ -576,6 +574,8 @@ class HttpClient return $result; } + + var_dump($body); if (is_string($body)) { $result['code'] = 0; $result['message'] = '';