This commit is contained in:
2020-11-17 18:35:18 +08:00
parent 3f5edce2ca
commit e4523458ee
+2 -1
View File
@@ -706,6 +706,7 @@ abstract class ClientAbstracts extends Component implements IClient
*/
protected function matchHost(string $string)
{
var_dump($string);
if (($parse = isUrl($string, true)) === false) {
return $this->defaultString($string);
}
@@ -794,4 +795,4 @@ abstract class ClientAbstracts extends Component implements IClient
}
}
}