diff --git a/HttpServer/Route/Node.php b/HttpServer/Route/Node.php index 22d8ef9d..7a92dc4c 100644 --- a/HttpServer/Route/Node.php +++ b/HttpServer/Route/Node.php @@ -353,6 +353,7 @@ class Node extends HttpService */ public function annotationInject(string $className, string $action): Node { + var_export($action); $annotation = annotation()->getMethods($className, $action); if ($action == 'xiaqi') { var_export($annotation);