diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index b9dfca2a..22d8ef9d 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -354,6 +354,9 @@ class Node extends HttpService public function annotationInject(string $className, string $action): Node { $annotation = annotation()->getMethods($className, $action); + if ($action == 'xiaqi') { + var_export($annotation); + } if (empty($annotation)) { return $this; }