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'] = '';