正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
| @@ -46,7 +46,10 @@ class AiVideoAutoPublish extends Command | @@ -46,7 +46,10 @@ class AiVideoAutoPublish extends Command | ||
| 46 | protected $description = '自动发布AI Video'; | 46 | protected $description = '自动发布AI Video'; |
| 47 | 47 | ||
| 48 | public function handle(){ | 48 | public function handle(){ |
| 49 | - | 49 | + $action = $this->argument('action'); |
| 50 | + if($action == 'auto_publish'){ | ||
| 51 | + $this->auto_publish(); | ||
| 52 | + } | ||
| 50 | } | 53 | } |
| 51 | 54 | ||
| 52 | /** | 55 | /** |
-
请 注册 或 登录 后发表评论