通知
This commit is contained in:
parent
4d8e3f6986
commit
14056b32ae
|
|
@ -17,7 +17,7 @@ class CheckOrderDispatchGotCommand extends Command
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->setName('check:dispatch-toget')
|
$this->setName('check:dispatch-toget')
|
||||||
->setDescription('【自动派单未接单检测,五分钟未接单,重派派单】/【自动派单上门时间已到,未完成上门】,5分钟执行一次');
|
->setDescription('【自动派单未接单检测,五分钟未接单,重派派单】/【自动派单上门时间已到,未完成上门】,每分钟执行一次');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function execute(Input $input, Output $output){
|
protected function execute(Input $input, Output $output){
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ class CheckSmsPlantCommand extends Command
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->setName('check:dispatch-sms-plant')
|
$this->setName('check:dispatch-sms-plant')
|
||||||
->setDescription('dispatch已预约任务短信提醒,每小时执行一次');
|
->setDescription('dispatch已预约任务短信提醒,每5分钟执行一次');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function execute(Input $input, Output $output){
|
protected function execute(Input $input, Output $output){
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ class CheckTTSOverTimeCommand extends Command
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->setName('check:dispatch-tts-overtime')
|
$this->setName('check:dispatch-tts-overtime')
|
||||||
->setDescription('dispatch超时未完成任务语音通知,每10分钟执行一次');
|
->setDescription('dispatch超时未完成任务语音通知,每5分钟执行一次');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function execute(Input $input, Output $output){
|
protected function execute(Input $input, Output $output){
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ class CheckTTSPlantCommand extends Command
|
||||||
protected function configure()
|
protected function configure()
|
||||||
{
|
{
|
||||||
$this->setName('check:dispatch-tts-plant')
|
$this->setName('check:dispatch-tts-plant')
|
||||||
->setDescription('dispatch已预约任务语音提醒,每小时执行一次');
|
->setDescription('dispatch已预约任务语音提醒,每5分钟执行一次');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function execute(Input $input, Output $output){
|
protected function execute(Input $input, Output $output){
|
||||||
|
|
|
||||||
|
|
@ -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('语音发送任务,每1分钟执行一次');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function execute(Input $input, Output $output){
|
protected function execute(Input $input, Output $output){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user