From 3cc2e3ed624505189fd981dd8ce73a1681088063 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Sat, 19 Jul 2025 14:43:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E9=98=B2=E6=80=A7=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E5=A5=BD=E5=8F=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/application/command.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/application/command.php b/Server/application/command.php index 2dcd3178..570c76a4 100644 --- a/Server/application/command.php +++ b/Server/application/command.php @@ -32,4 +32,5 @@ return [ 'sync:wechatData' => 'app\command\SyncWechatDataToCkbTask', // 同步微信数据到存客宝 'sync:allFriends' => 'app\command\SyncAllFriendsCommand', // 同步所有在线好友 'workbench:trafficDistribute' => 'app\command\WorkbenchTrafficDistributeCommand', // 工作台流量分发任务 + 'switch:friends' => 'app\command\SwitchFriendsCommand', ];