no message

This commit is contained in:
hellcat 2025-04-05 22:45:54 +08:00
parent f1326a0e2f
commit 845aea22c5
2 changed files with 6 additions and 1 deletions

View File

@ -35,7 +35,7 @@ $oHttp->aData = [
'type' => 'private'
],
'date' => 1610000000,
"text" => "\/reportUser_day 7",
"text" => "\/nodeLike_duck tr01",
]
];

View File

@ -691,6 +691,11 @@ final class HookController
$row['node_bandwidth_limit'] = Tools::flowToGB($row['node_bandwidth_limit']);
$row['node_bandwidth'] = Tools::flowToGB($row['node_bandwidth']);
$row['node_heartbeat'] = date('Y-m-d H:i:s', $row['node_heartbeat']);
unset($row['is_dynamic_rate']);
unset($row['dynamic_rate_type']);
unset($row['dynamic_rate_config']);
unset($row['bandwidthlimit_resetday']);
unset($row['is_dynamic_rate']);
// $sMsg .= "\n\n";
// $sMsg .= "id".$row['id']."。\n";