改名
This commit is contained in:
@@ -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;
|
protected mixed $client;
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,6 @@ class Curl extends ClientAbstracts
|
|||||||
if ($isHttps !== FALSE) {
|
if ($isHttps !== FALSE) {
|
||||||
$this->curlHandlerSslSet();
|
$this->curlHandlerSslSet();
|
||||||
}
|
}
|
||||||
var_dump($this->client);
|
|
||||||
$contents = $this->getData()->getContents();
|
$contents = $this->getData()->getContents();
|
||||||
if (empty($params) && empty($contents)) {
|
if (empty($params) && empty($contents)) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user