改名
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user