This commit is contained in:
xman 2025-06-02 19:24:42 +08:00
parent 79f6f4e821
commit f07ed061a8

View File

@ -17,7 +17,7 @@ class CheckTTSTaskCommand extends Command
protected function configure() protected function configure()
{ {
$this->setName('check:dispatch-tts-task') $this->setName('check:dispatch-tts-task')
->setDescription('任务语音任务,每分钟执行一次'); ->setDescription('语音发送任务,每分钟执行一次');
} }
protected function execute(Input $input, Output $output){ protected function execute(Input $input, Output $output){