This commit is contained in:
2021-01-08 11:56:59 +08:00
parent 8c2f08d7fc
commit 66de03145a
+1
View File
@@ -736,6 +736,7 @@ abstract class ClientAbstracts extends Component implements IClient
if (strpos($path, '/') !== 0) {
$path = '/' . $path;
}
var_dump($this->host, $isHttps, $path);
return [$this->host, $isHttps, $path];
}