作者 lyh

gx

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