作者 lyh

gx

... ... @@ -297,6 +297,7 @@ class AiVideoAutoPublish extends Command
return true;
}
$domain = str_replace('blog.', 'www.', $domain);
//todo::看是否获取建站的产品数据
try {
$sitemap_url = 'https://' . $domain . '/sitemap_post_tag.xml';
$sitemap_string = file_get_contents($sitemap_url);
... ...