This commit is contained in:
2021-12-24 14:53:05 +08:00
parent cec004b670
commit 98d9cee8b0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ abstract class ClientAbstracts implements IClient
/**
* @var resource|\Swoole\Coroutine\Http\Client|\Swoole\Client
* @var resource|\Swoole\Coroutine\Http\Client|\Swoole\Client|\CurlHandle
*/
protected mixed $client;
-1
View File
@@ -54,7 +54,6 @@ class Curl extends ClientAbstracts
if ($isHttps !== FALSE) {
$this->curlHandlerSslSet();
}
var_dump($this->client);
$contents = $this->getData()->getContents();
if (empty($params) && empty($contents)) {
return;