改名
This commit is contained in:
@@ -736,7 +736,7 @@ abstract class ClientAbstracts extends Component implements IClient
|
|||||||
if (strpos($path, '/') !== 0) {
|
if (strpos($path, '/') !== 0) {
|
||||||
$path = '/' . $path;
|
$path = '/' . $path;
|
||||||
}
|
}
|
||||||
var_dump($this->host, $isHttps, $path);
|
var_dump($this->host, $domain, $isHttps, $path);
|
||||||
return [$this->host, $isHttps, $path];
|
return [$this->host, $isHttps, $path];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user