From 496d2a95aa7115e293056289c3dd042bfca5c91f Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 12 Dec 2019 14:08:05 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 1 - 1 file changed, 1 deletion(-) diff --git a/common/HttpClient.php b/common/HttpClient.php index 4afe287..8ce5dc9 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -341,7 +341,6 @@ class HttpClient */ private function curl($url, $data = []) { - echo $url . PHP_EOL; try { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $this->createRequestUrl($url, $data));