From 2d37e4e6d7757894b2436c704b94e6381d3eccda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 3 Apr 2020 17:35:56 +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 0866c57..84598fa 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -339,6 +339,7 @@ class HttpClient { $url = $this->replaceHost($url); $explode = explode('/', $url); + var_dump($explode); $first = array_shift($explode); if (strpos($first, ':') !== false) { [$first, $this->port] = explode(':', $first);