From 350016e83aa7cae2ebd530d744ed6ac01b23313e Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Mon, 16 Mar 2020 19:27:32 +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 df0cfde..5023c0e 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -341,6 +341,7 @@ class HttpClient */ private function coroutine($ip, $url, $data = []) { + echo $ip . ':' . $url . PHP_EOL; $client = $this->generate_client($ip, $url, $data); if ($client->statusCode < 0) { throw new \Exception($client->errMsg);