Revert "改名"
This reverts commit fdf58326
This commit is contained in:
@@ -50,6 +50,7 @@ class CurlClient extends ClientAbstracts
|
||||
if ($this->getPort() != 443 && $this->getPort() != 80) {
|
||||
$host .= ':' . $this->getPort();
|
||||
}
|
||||
var_dump($host . $path);
|
||||
$this->do(curl_init($host . $path), $host . $path, $method);
|
||||
if ($isHttps !== FALSE) {
|
||||
$this->curlHandlerSslSet();
|
||||
|
||||
Reference in New Issue
Block a user