【触客宝】 自动分配好友提交

This commit is contained in:
wong
2025-04-27 13:54:59 +08:00
parent ad60944f88
commit daf306113d
8 changed files with 533 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ return [
'department:list' => 'app\command\DepartmentListCommand', // 部门列表 √
'content:sync' => 'app\command\SyncContentCommand', // 同步内容库 √
'groupFriends:list' => 'app\command\GroupFriendsCommand', // 微信群好友列表
'allotFriends:run' => 'app\command\AllotFriendCommand', // 自动分配微信好友
'allotChatroom:run' => 'app\command\AllotChatroomCommand', // 自动分配微信群聊
// 'allotFriends:run' => 'app\command\AllotFriendCommand', // 自动分配微信好友
// 'allotChatroom:run' => 'app\command\AllotChatroomCommand', // 自动分配微信群聊
'allotrule:list' => 'app\command\AllotRuleListCommand', // 分配规则列表 √
'allotrule:autocreate' => 'app\command\AutoCreateAllotRulesCommand', // 自动创建分配规则 √
];