no message
This commit is contained in:
parent
cba46945e4
commit
fdb2b42182
@ -898,7 +898,11 @@ final class Cron
|
|||||||
|
|
||||||
if ($oNodeRow->node_bandwidth == 0) {
|
if ($oNodeRow->node_bandwidth == 0) {
|
||||||
|
|
||||||
$sMsg .= '🚨【'.$oNodeRow->name."】小时未耗流,可能异常。\n";
|
if ($oNodeRow->is_shadow != 1) {
|
||||||
|
|
||||||
|
$sMsg .= '🚨【'.$oNodeRow->name."】小时未耗流,可能异常。\n";
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user