setName('qywx:refresh-promotion-media')->setDescription('预热/刷新已保存欢迎语使用的三天临时素材'); } protected function execute(Input $input, Output $output): int { $result = (new QywxPromotionMediaService())->refreshReferenced(100); $output->writeln('QYWX_PROMOTION_MEDIA ' . json_encode($result)); return $result['failed'] > 0 ? 1 : 0; } }