正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 |
-
请 注册 或 登录 后发表评论