This commit is contained in:
as2252258@163.com
2021-08-03 02:32:59 +08:00
parent 0d415dac54
commit ee46d1e941
+9
View File
@@ -128,6 +128,15 @@ class Node extends HttpService
$this->callback = $manager->callerMiddlewares(
$this->handler[0], $this->handler[1], $this->aopHandler($this->getAop())
);
if ($this->path == '/goods/detail'){
[$controller, $action] = $this->handler;
$aspect = Snowflake::getDi()->getMethodAttribute($controller::class, $action);
var_dump($aspect);
}
}
return $this;
}