From 8d4f278c6cd78cf87e757ff252184338e85e27b8 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 12:03:31 +0800 Subject: [PATCH] add clear --- common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/HttpClient.php b/common/HttpClient.php index dbc7ca1..1eaed06 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -217,6 +217,7 @@ class HttpClient private function request($url, $data = []) { $data = $this->paramEncode($data); + var_dump($this->use_swoole); if ($this->use_swoole === false) { return $this->useCurl($url, $data); } else if ($this->use_swoole) {