/** * @param {Egg.Application} app - egg application */ module.exports = app => { require('./group')(app); // 团 };