【操盘手】 流量分发队列

This commit is contained in:
wong
2025-05-30 18:04:10 +08:00
parent ff3bb5eb74
commit 7af7e35c50
4 changed files with 269 additions and 1 deletions

View File

@@ -31,4 +31,5 @@ return [
'workbench:moments' => 'app\command\WorkbenchMomentsCommand', // 工作台朋友圈同步任务
'sync:wechatData' => 'app\command\SyncWechatDataToCkbTask', // 同步微信数据到存客宝
'sync:allFriends' => 'app\command\SyncAllFriendsCommand', // 同步所有在线好友
'workbench:trafficDistribute' => 'app\command\WorkbenchTrafficDistributeCommand', // 工作台流量分发任务
];