From e3a1b3e777573d42f213dd41af17d418941e8244 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 16 Mar 2020 19:20:15 +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 5938a45..6f7f6dd 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -220,6 +220,7 @@ class HttpClient */ private function request($url, $data = []) { + echo $url . PHP_EOL; $data = $this->paramEncode($data); if ($this->use_swoole === false) { return $this->useCurl($url, $data);