[0] HttpException in Url.php line 92

非法请求:home/goods/detail/goodsId/474

  1. }
  2. // 设置当前请求的参数
  3. $this->app['request']->route($var);
  4. // 封装路由
  5. $route = [$module, $controller, $action];
  6. if ($this->hasDefinedRoute($route, $bind)) {
  7. throw new HttpException(404, 'invalid request:' . str_replace('|', $depr, $url));
  8. }
  9. return $route;
  10. }

Call Stack

  1. in Url.php line 92
  2. at Url->parseUrl('home|goods|detail|go...') in Url.php line 24
  3. at Url->run() in App.php line 362
  4. at App->run() in index.php line 42