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);