This commit is contained in:
2021-12-24 14:51:38 +08:00
parent f268b705f7
commit cec004b670
+1
View File
@@ -54,6 +54,7 @@ class Curl extends ClientAbstracts
if ($isHttps !== FALSE) {
$this->curlHandlerSslSet();
}
var_dump($this->client);
$contents = $this->getData()->getContents();
if (empty($params) && empty($contents)) {
return;