/** * 基础控制器中间件(兼容层) * Framework 已自动处理路由注册,此文件仅用于向后兼容 */ module.exports = () => async (ctx, next) => await next();