From 8952e727081c256b010c1304d8b137633b836956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 21 May 2020 17:05:29 +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 f36e633..c859d4c 100644 --- a/wchat/common/HttpClient.php +++ b/wchat/common/HttpClient.php @@ -651,6 +651,7 @@ class HttpClient } if ($this->method != self::GET) { + Log::debug('wchat', [json_decode($data, true)]); curl_setopt($ch, CURLOPT_POSTFIELDS, $data); }