app->middleware->unshift(ContextMiddleware::class, 'route'); // HTTP日志记录中间件 $this->app->middleware->add(HttpLogMiddleware::class, 'route'); } }