This commit is contained in:
as2252258@163.com
2021-08-03 02:33:56 +08:00
parent ee46d1e941
commit 61308c5b41
+1 -1
View File
@@ -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);