From 92453ca02c129d21f5e87d43449a484ca6f5e81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 3 Apr 2020 17:34:37 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index b2b52b9..0866c57 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -348,7 +348,7 @@ class HttpClient } $url = '/' . implode('/', $explode); - var_dump($first, $url); + var_dump($first, $url, $explode); return [$first, $url]; }