From 3f98508539bf16cf7509f97d9c7605a86d7bd361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 6 Apr 2020 02:05:22 +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 57cb769..c7d65a8 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -460,6 +460,7 @@ class HttpClient */ private function coroutine($url, $data = []) { + var_dump($url); $client = $this->generate_client($this->host, $url, $data); if ($client->statusCode < 0) { throw new \Exception($client->errMsg);