From 22196b5c626769eed2c1569d63df824c84314cac Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 7 Jan 2020 14:03:05 +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 94dc479..a291ecc 100644 --- a/common/HttpClient.php +++ b/common/HttpClient.php @@ -391,6 +391,7 @@ class HttpClient $this->header['User-Agent'] = $this->agent; } if (!empty($this->header)) { + var_dump($this->header); $client->setHeaders($this->parseHeaderMat()); }