From 8f8161a78022356a65eec4aa88c59d21c6c9f07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ms=C2=B7xl?= Date: Sat, 14 Nov 2020 03:05:25 +0800 Subject: [PATCH] 3 --- wchat/common/HttpClient.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index 33fe097..740fb63 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -652,6 +652,9 @@ class HttpClient private function curlParse($url, $data) { $ch = curl_init(); + + var_dump($this->createRequestUrl($url, $data)); + curl_setopt($ch, CURLOPT_URL, $this->createRequestUrl($url, $data)); if ($this->timeout > 0) { curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout); // 超时设置