消息提醒提交

This commit is contained in:
wong
2025-09-29 09:44:43 +08:00
parent a923615190
commit 5102f02083
4 changed files with 141 additions and 0 deletions

View File

@@ -38,4 +38,5 @@ return [
'workbench:groupPush' => 'app\command\WorkbenchGroupPushCommand', // 工作台群推送任务
'workbench:groupCreate' => 'app\command\WorkbenchGroupCreateCommand', // 工作台群创建任务
'workbench:import-contact' => 'app\command\WorkbenchImportContactCommand', // 工作台通讯录导入任务
'kf:notice' => 'app\command\KfNoticeCommand', // 客服端消息通知
];