This commit is contained in:
2021-06-08 11:39:27 +08:00
parent e576af2071
commit 2b9d09f835
+1
View File
@@ -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);