no message

This commit is contained in:
hellcat 2025-06-30 14:24:05 +08:00
parent cba46945e4
commit fdb2b42182

View File

@ -898,7 +898,11 @@ final class Cron
if ($oNodeRow->node_bandwidth == 0) {
$sMsg .= '🚨【'.$oNodeRow->name."】小时未耗流,可能异常。\n";
if ($oNodeRow->is_shadow != 1) {
$sMsg .= '🚨【'.$oNodeRow->name."】小时未耗流,可能异常。\n";
}
}