From c7484da78244a266b6ea72336256a9c7de0cfc2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 3 Apr 2020 17:28:55 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 0450c87..2cb429f 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -410,6 +410,8 @@ class HttpClient $body = $client->body; + var_dump($body); + $header = $client->getHeaders(); $body = $this->resolve($header, $body);