path()); // 添加路由 if ($shop_route instanceof ShopRouteContracts) { (new \app\common\route\ShopRouteDirector($shop_route))->setRoute(); } return $next($request); } }