作者 lyh

gx

... ... @@ -121,10 +121,7 @@ class AiBlogListTask extends Command
'language'=> [],
'is_sitemap' => 0
];
$res = http_post($c_url, json_encode($param));
echo date('Y-m-d H:i:s').'通知成功:' . json_encode($res,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES) . PHP_EOL;
}else{
echo date('Y-m-d H:i:s').'域名不存在:' . $project_id . PHP_EOL;
http_post($c_url, json_encode($param));
}
return true;
}
... ...