setName('change:hotTop') ->setDescription('清楚缓存:php think change:hotTop'); } /** * TODO * @param Input $input * @param Output $output * @return int|void|null * @author Qinii * @day 4/24/22 */ protected function execute(Input $input, Output $output) { Queue::push(SyncProductTopJob::class,[]); $output->writeln('执行成功'); } }