setName('human_video_task_cron') ->setDescription('视频任务'); } protected function execute(Input $input, Output $output) { HumanLogic::humanInfoCron(); HumanLogic::videoInfoCron(); HumanLogic::videoTaskCron(); return true; } }