From deb06e20a6295ae981da83f640a6056213e7a5a5 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 9 Jan 2020 19:10:44 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/HttpClient.php b/common/HttpClient.php index b45c3a2..ace3c85 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -348,6 +348,8 @@ class HttpClient $body = $client->body; $client->close(); + var_dump($body); + $header = $client->getHeaders(); $body = $this->resolve($header, $body);