From 7a8c869f6a6063496fdbc5b191a97ff7afb8381a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 30 Jul 2020 17:11:07 +0800 Subject: [PATCH] add clear --- wchat/common/HttpClient.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wchat/common/HttpClient.php b/wchat/common/HttpClient.php index ebc1c9f..39a37fc 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -650,6 +650,7 @@ class HttpClient } if ($this->method != self::GET) { + var_dump($data); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); }