队列列表提交

This commit is contained in:
wong
2025-04-22 19:21:09 +08:00
parent 46ba136255
commit 4b5b3a7156

View File

@@ -19,9 +19,7 @@ return [
'message:friendsList' => 'app\command\MessageFriendsListCommand', // 微信好友消息列表 √
'message:chatroomList' => 'app\command\MessageChatroomListCommand', // 微信群聊消息列表 √
'department:list' => 'app\command\DepartmentListCommand', // 部门列表 √
<<<<<<< Updated upstream
'content:sync' => 'app\command\SyncContentCommand', // 同步内容库 √
=======
'groupFriends:list' => 'app\command\GroupFriendsCommand', // 微信群好友列表
>>>>>>> Stashed changes
];