|
...
|
...
|
@@ -289,7 +289,7 @@ class AiVideoAutoPublish extends Command |
|
|
|
* @method :post
|
|
|
|
* @time :2025/8/1 16:25
|
|
|
|
*/
|
|
|
|
public function getAiVideoParam($project_id = 4198)
|
|
|
|
public function getAiVideoParam($project_id = 4914)
|
|
|
|
{
|
|
|
|
//获取当前网站域名
|
|
|
|
$domainModel = new DomainInfo();
|
|
...
|
...
|
@@ -299,7 +299,7 @@ class AiVideoAutoPublish extends Command |
|
|
|
}
|
|
|
|
$domain = str_replace('blog.', 'www.', $domain);
|
|
|
|
try {
|
|
|
|
$sitemap_url = 'https://' . $domain . '/sitemap.xml';
|
|
|
|
$sitemap_url = 'https://' . $domain . '/sitemap_post_tag.xml';
|
|
|
|
$sitemap_string = file_get_contents($sitemap_url);
|
|
|
|
$xml = new \SimpleXMLElement($sitemap_string);
|
|
|
|
$json = json_encode($xml);
|
...
|
...
|
|