From 61308c5b41ab90462324e5bdfe89b0f9cddaaceb Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Tue, 3 Aug 2021 02:33:56 +0800 Subject: [PATCH] modify --- HttpServer/Route/Node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 96ffa034..c93cddba 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -129,7 +129,7 @@ class Node extends HttpService $this->handler[0], $this->handler[1], $this->aopHandler($this->getAop()) ); - if ($this->path == '/goods/detail'){ + if ($this->path == '/user/attributes'){ [$controller, $action] = $this->handler; $aspect = Snowflake::getDi()->getMethodAttribute($controller::class, $action);