From f07ed061a83e2d5db1f297b6f3b8d300b4567563 Mon Sep 17 00:00:00 2001 From: xman <1946321327@qq.com> Date: Mon, 2 Jun 2025 19:24:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common/command/CheckTTSTaskCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/common/command/CheckTTSTaskCommand.php b/application/common/command/CheckTTSTaskCommand.php index d670e5a..f43c088 100644 --- a/application/common/command/CheckTTSTaskCommand.php +++ b/application/common/command/CheckTTSTaskCommand.php @@ -17,7 +17,7 @@ class CheckTTSTaskCommand extends Command protected function configure() { $this->setName('check:dispatch-tts-task') - ->setDescription('任务语音任务,每分钟执行一次'); + ->setDescription('语音发送任务,每分钟执行一次'); } protected function execute(Input $input, Output $output){