From 43b8fc034daf3a5717ce4ea60efa5580991d69b0 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Tue, 8 Jul 2025 12:08:42 +0800 Subject: [PATCH] no message --- src/Services/Tg/Hook/Mod/Node.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Services/Tg/Hook/Mod/Node.php b/src/Services/Tg/Hook/Mod/Node.php index fe2ac773..97c52844 100644 --- a/src/Services/Tg/Hook/Mod/Node.php +++ b/src/Services/Tg/Hook/Mod/Node.php @@ -177,7 +177,11 @@ class Node extends Base $sMsg = "ok"; } - return $sMsg; + + $aParam["aOption"][1] = "id"; + $aParam["aOption"][2] = NULL; + $aParam["aArg"][1] = $oNode->id; + return $this->Find($aParam); }