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