From dbb41245eeaa6319a01b1488caed9a7f1d9318d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 3 Apr 2020 18:33:06 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 607f39b..8eca61d 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -283,6 +283,7 @@ class HttpClient $data = $this->paramEncode($data); if ($this->use_swoole) { $url = $this->matchHost($url); + var_dump($this->host, $url); return $this->coroutine($this->host, $url, $data); } else { return $this->useCurl($url, $data);