通讯录导入功能提交

This commit is contained in:
wong
2025-09-10 16:58:22 +08:00
parent 4364546bc9
commit 0f1edf3f9c
4 changed files with 535 additions and 2 deletions

View File

@@ -37,4 +37,5 @@ return [
'workbench:trafficDistribute' => 'app\command\WorkbenchTrafficDistributeCommand', // 工作台流量分发任务
'workbench:groupPush' => 'app\command\WorkbenchGroupPushCommand', // 工作台群推送任务
'workbench:groupCreate' => 'app\command\WorkbenchGroupCreateCommand', // 工作台群创建任务
'workbench:import-contact' => 'app\command\WorkbenchImportContactCommand', // 工作台通讯录导入任务
];