This commit is contained in:
as2252258@163.com
2021-08-31 01:45:02 +08:00
parent fb2e7943c7
commit 748d88bb87
+1
View File
@@ -434,6 +434,7 @@ class Router extends HttpService implements RouterInterface
if (!empty($_node->sourcePath)) {
$path[] = ['method' => $_node->method, 'path' => $_node->sourcePath];
}
var_dump($_node);
$paths = $this->getChildes($_node, $paths);
}
}