From a896f327954cbd20d6e1b868618ca3dd5f2c8f02 Mon Sep 17 00:00:00 2001 From: hellcat Date: Wed, 15 Apr 2026 19:43:10 +0800 Subject: [PATCH] no message --- src/Services/Tg/Hook/Mod/Node.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Services/Tg/Hook/Mod/Node.php b/src/Services/Tg/Hook/Mod/Node.php index c2df4fe0c..6ea598b1a 100644 --- a/src/Services/Tg/Hook/Mod/Node.php +++ b/src/Services/Tg/Hook/Mod/Node.php @@ -19,10 +19,7 @@ class Node extends Base { // $this->oDog->_setStrField(["content"]); // 可选,指定长文本字段 $this->oDog->_setJsonField(["custom_config", "dynamic_rate_config"]); $this->oDog->_setHideField(["gfw_block", "dynamic_rate_type", "dynamic_rate_config", "password", "online_user_date_last"]); - $this->oDog->_setInFormat([ - "node_bandwidth_limit" => "gb", - "node_bandwidth" => "gb" - ]); + $this->oDog->_setInFormat(["node_bandwidth_limit", "node_bandwidth"]); $this->oDog->_setOutFormat([ "node_heartbeat" => "date", "node_bandwidth_limit" => "gb",