作者 lyh
... ... @@ -687,7 +687,7 @@ class RelayInquiry extends Command
$links = [];
foreach ($xml->url as $url) {
$loc = (string) $url->loc;
if(!Str::contains($loc, ['404', 'thanks'])){
if(!Str::contains($loc, ['404', 'thanks', 'test'])){
$links[] = $loc;
}
}
... ...