This commit is contained in:
xman 2025-06-05 21:57:37 +08:00
parent 4d8e3f6986
commit 14056b32ae
5 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ class CheckOrderDispatchGotCommand extends Command
protected function configure()
{
$this->setName('check:dispatch-toget')
->setDescription('【自动派单未接单检测,五分钟未接单,重派派单】/【自动派单上门时间已到,未完成上门】,5分钟执行一次');
->setDescription('【自动派单未接单检测,五分钟未接单,重派派单】/【自动派单上门时间已到,未完成上门】,分钟执行一次');
}
protected function execute(Input $input, Output $output){

View File

@ -14,7 +14,7 @@ class CheckSmsPlantCommand extends Command
protected function configure()
{
$this->setName('check:dispatch-sms-plant')
->setDescription('dispatch已预约任务短信提醒小时执行一次');
->setDescription('dispatch已预约任务短信提醒5分钟执行一次');
}
protected function execute(Input $input, Output $output){

View File

@ -17,7 +17,7 @@ class CheckTTSOverTimeCommand extends Command
protected function configure()
{
$this->setName('check:dispatch-tts-overtime')
->setDescription('dispatch超时未完成任务语音通知10分钟执行一次');
->setDescription('dispatch超时未完成任务语音通知5分钟执行一次');
}
protected function execute(Input $input, Output $output){

View File

@ -17,7 +17,7 @@ class CheckTTSPlantCommand extends Command
protected function configure()
{
$this->setName('check:dispatch-tts-plant')
->setDescription('dispatch已预约任务语音提醒小时执行一次');
->setDescription('dispatch已预约任务语音提醒5分钟执行一次');
}
protected function execute(Input $input, Output $output){

View File

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