Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论