代码提交

This commit is contained in:
2025-04-21 15:37:38 +08:00
parent dd1c808015
commit fb54a8c5a6
3 changed files with 69 additions and 0 deletions

View File

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