add clear

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