ea
This commit is contained in:
+2
-1
@@ -127,6 +127,8 @@ class CurlClient extends ClientAbstracts
|
|||||||
if (!empty($this->caPath)) {
|
if (!empty($this->caPath)) {
|
||||||
curl_setopt($this->client, CURLOPT_CAINFO, $this->caPath);
|
curl_setopt($this->client, CURLOPT_CAINFO, $this->caPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var_dump($path,$method);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -154,7 +156,6 @@ class CurlClient extends ClientAbstracts
|
|||||||
private function execute(): void
|
private function execute(): void
|
||||||
{
|
{
|
||||||
$output = curl_exec($this->client);
|
$output = curl_exec($this->client);
|
||||||
var_dump($output);
|
|
||||||
if ($output !== FALSE) {
|
if ($output !== FALSE) {
|
||||||
$this->explode($output);
|
$this->explode($output);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user