电话获客

This commit is contained in:
wong
2025-08-12 09:29:27 +08:00
parent 239e518676
commit 863a4fd31f
6 changed files with 339 additions and 0 deletions

View File

@@ -34,4 +34,5 @@ return [
'workbench:trafficDistribute' => 'app\command\WorkbenchTrafficDistributeCommand', // 工作台流量分发任务
'workbench:groupPush' => 'app\command\WorkbenchGroupPushCommand', // 工作台群组同步任务
'switch:friends' => 'app\command\SwitchFriendsCommand',
'call-recording:list' => 'app\command\CallRecordingListCommand', // 通话记录列表 √
];