add clear

This commit is contained in:
as2252258@163.com
2020-03-16 19:36:14 +08:00
parent f08bf962b1
commit f6daf53a58
+1 -1
View File
@@ -465,7 +465,7 @@ class HttpClient
}
echo $url . PHP_EOL;
if ($this->method != self::GET) {
var_dump($this->_data);
var_dump($this->_data, $data);
if (!empty($this->_data)) {
curl_setopt($ch, CURLOPT_POSTFIELDS, $this->_data);
} else {