工作台-消息群发

This commit is contained in:
wong
2025-08-06 18:02:03 +08:00
parent 7a2553940c
commit 94c484dbe4
5 changed files with 215 additions and 188 deletions

View File

@@ -32,5 +32,6 @@ return [
'sync:wechatData' => 'app\command\SyncWechatDataToCkbTask', // 同步微信数据到存客宝
'sync:allFriends' => 'app\command\SyncAllFriendsCommand', // 同步所有在线好友
'workbench:trafficDistribute' => 'app\command\WorkbenchTrafficDistributeCommand', // 工作台流量分发任务
'workbench:groupPush' => 'app\command\WorkbenchGroupPushCommand', // 工作台群组同步任务
'switch:friends' => 'app\command\SwitchFriendsCommand',
];