diff --git a/app/controller/Check.php b/app/controller/Check.php index 353543e..9be6bdb 100644 --- a/app/controller/Check.php +++ b/app/controller/Check.php @@ -17,11 +17,9 @@ class Check $client = new Client(); $response = $client->request('GET', $call); - dump($response); //weixin110.qq.com - dump($response->getReasonPhrase()); - dump($response->getBody()); - dump($response->getStatusCode()); + dump($response->getBody()->getContents()); + dump($response->getHeaders()); } } \ No newline at end of file