no message
This commit is contained in:
parent
f1326a0e2f
commit
845aea22c5
@ -35,7 +35,7 @@ $oHttp->aData = [
|
||||
'type' => 'private'
|
||||
],
|
||||
'date' => 1610000000,
|
||||
"text" => "\/reportUser_day 7",
|
||||
"text" => "\/nodeLike_duck tr01",
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user