From 608a3b863943812df7f8c465f06eba03492313a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 3 Apr 2020 17:45:00 +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 15e2515..6536e9c 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -282,6 +282,7 @@ class HttpClient [$url, $host] = $this->parseUrlHost($url); return $this->coroutine($host, $url, $data); } else { + var_dump($url); return $this->useCurl($url, $data); } }