eggjs業務中間件中沒法獲取ctx.params

問題 因爲路由中間件的加載順序在業務中間件以後,因此在這裏沒法取到ctx.paramsphp // app/middleware/test.js module.exports = options => { return async function (ctx, next) { ctx.logger.info(ctx.params); // undefined await nex
相關文章
相關標籤/搜索