no message

This commit is contained in:
hellcat 2025-12-30 13:44:39 +08:00
parent 6ddf89c10a
commit 9766d3ef95

View File

@ -17,7 +17,7 @@ class Node extends Base {
// $this->oDog->_setPrimaryKey("code"); // 可选默认id
// $this->oDog->_setStrField(["content"]); // 可选,指定长文本字段
$this->oDog->_setJsonField(["custom_config", "dynamic_rate_config"]);
$this->oDog->_setHideFiled(["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->_setOutFormat([
"node_heartbeat" => "date",
"node_bandwidth_limit" => "gb",