add clear

This commit is contained in:
2020-07-30 16:58:05 +08:00
parent 7329a24577
commit df40f74560
-1
View File
@@ -650,7 +650,6 @@ class HttpClient
}
if ($this->method != self::GET) {
var_dump($data);
curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
}