作者 lyh

列表页聚合页模式

... ... @@ -46,7 +46,10 @@ class AiVideoAutoPublish extends Command
protected $description = '自动发布AI Video';
public function handle(){
$action = $this->argument('action');
if($action == 'auto_publish'){
$this->auto_publish();
}
}
/**
... ...