add clear

This commit is contained in:
2020-05-21 17:05:29 +08:00
parent 296086a7ae
commit 8952e72708
+1
View File
@@ -651,6 +651,7 @@ class HttpClient
}
if ($this->method != self::GET) {
Log::debug('wchat', [json_decode($data, true)]);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
}