From 372dbbb424493dac2a1cdad2c1f42864d64df10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Fri, 24 Dec 2021 14:31:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/AsyncClient.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AsyncClient.php b/src/AsyncClient.php index 312904a..2e8f7b1 100644 --- a/src/AsyncClient.php +++ b/src/AsyncClient.php @@ -134,6 +134,8 @@ class AsyncClient extends ClientAbstracts $this->setStatusCode(intval(explode(' ', $status)[1])); $this->parseResponseHeaders($header); $this->setBody($body); + + var_dump($body); }