|
...
|
...
|
@@ -331,6 +331,7 @@ class AiVideoAutoPublish extends Command |
|
|
|
} catch (\Exception $e) {
|
|
|
|
$this->output('project_id: ' . $project_id . ', domain: ' . $domain . ', error: ' . $e->getMessage());
|
|
|
|
echo 'project_id: ' . $project_id . ', domain: ' . $domain . ', error: ' . $e->getMessage() . PHP_EOL;
|
|
|
|
return [];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|