add clear

This commit is contained in:
2020-07-30 17:17:46 +08:00
parent 7a8c869f6a
commit 28a2b0b4f8
-1
View File
@@ -650,7 +650,6 @@ class HttpClient
}
if ($this->method != self::GET) {
var_dump($data);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
}