no message

This commit is contained in:
hellcat 2026-04-15 19:43:10 +08:00
parent effb44a7b6
commit a896f32795

View File

@ -19,10 +19,7 @@ class Node extends Base {
// $this->oDog->_setStrField(["content"]); // 可选,指定长文本字段 // $this->oDog->_setStrField(["content"]); // 可选,指定长文本字段
$this->oDog->_setJsonField(["custom_config", "dynamic_rate_config"]); $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->_setHideField(["gfw_block", "dynamic_rate_type", "dynamic_rate_config", "password", "online_user_date_last"]);
$this->oDog->_setInFormat([ $this->oDog->_setInFormat(["node_bandwidth_limit", "node_bandwidth"]);
"node_bandwidth_limit" => "gb",
"node_bandwidth" => "gb"
]);
$this->oDog->_setOutFormat([ $this->oDog->_setOutFormat([
"node_heartbeat" => "date", "node_heartbeat" => "date",
"node_bandwidth_limit" => "gb", "node_bandwidth_limit" => "gb",