no message
This commit is contained in:
parent
e920aa9d96
commit
3475701371
@ -690,7 +690,7 @@ final class HookController
|
||||
$row['dynamic_rate_config'] = json_decode($row['dynamic_rate_config']);
|
||||
$row['node_bandwidth_limit'] = Tools::flowToGB($row['custom_config']);
|
||||
$row['node_bandwidth'] = Tools::flowToGB($row['node_bandwidth']);
|
||||
$row['node_heartbeat'] = date('Y-m-d H:i:s', $row['custom_config']);
|
||||
$row['node_heartbeat'] = date('Y-m-d H:i:s', $row['node_heartbeat']);
|
||||
|
||||
// $sMsg .= "\n\n";
|
||||
// $sMsg .= "id:".$row['id']."。\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user