群列表+群成员接口外加对接

This commit is contained in:
wong
2025-04-22 19:17:14 +08:00
parent 793ee5cb4f
commit 46ba136255
18 changed files with 1137 additions and 123 deletions

View File

@@ -19,5 +19,9 @@ 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
];