去除冗余的数据

This commit is contained in:
Ghost
2025-03-25 09:30:15 +08:00
parent 11e14d7580
commit 3a985631d4
2 changed files with 0 additions and 24 deletions

View File

@@ -16,5 +16,4 @@ return [
'friendTask:list' => 'app\command\FriendTaskCommand', // 添加好友任务列表
'wechatList:list' => 'app\command\WechatListCommand', // 微信客服列表
'account:list' => 'app\command\AccountListCommand', // 公司账号列表
'sync:wechat:chatrooms' => 'app\command\SyncWechatChatrooms', // 同步微信群聊数据
];