From 63d0639b8501437e766549709f3d88a485186159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ms=C2=B7xl?= Date: Sat, 14 Nov 2020 03:07:25 +0800 Subject: [PATCH] 3 --- wchat/common/HttpClient.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index cce326f..3fbce0e 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -662,6 +662,8 @@ class HttpClient } curl_setopt($ch, CURLOPT_HEADER, true); + var_dump($this->parseHeaderMat()); + if ($headers = $this->parseHeaderMat()) { curl_setopt($ch, CURLOPT_HTTPHEADER, $headers); }