This commit is contained in:
as2252258@163.com
2021-08-03 02:41:56 +08:00
parent 1de1f50b1f
commit 82b54a9069
+3
View File
@@ -165,6 +165,9 @@ class Node extends HttpService
if (is_null($reflect)) {
return $this->normalHandler($this->handler);
}
var_dump($reflect);
$params = $this->_injectParameters;
$handler = $this->handler;
return static function () use ($reflect, $handler, $params) {