From efe2143a5389d66da1dd10fa26e6312a24bc2696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 17 Nov 2020 18:42:53 +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 --- HttpServer/Client/Client.php | 1 + 1 file changed, 1 insertion(+) diff --git a/HttpServer/Client/Client.php b/HttpServer/Client/Client.php index 092a9a1a..5963c651 100644 --- a/HttpServer/Client/Client.php +++ b/HttpServer/Client/Client.php @@ -46,6 +46,7 @@ class Client extends ClientAbstracts private function coroutine($url, $data = []) { try { + var_dump($url); $client = $this->generate_client($data, ...$url); if ($client->statusCode < 0) { throw new Exception($client->errMsg);