作者 lyh

列表页聚合页模式

@@ -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 /**