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