no message

This commit is contained in:
hellcat 2026-05-09 14:36:53 +08:00
parent 208617f25a
commit 0d5386fbad

View File

@ -106,7 +106,7 @@ final class Cron
}
}
TeleSlave::warn($_ENV['tgToken']['base'], $_ENV['tgChat']['base'])->enableDetail(false)->send($sMsg);
TeleSlave::notify("fu", "fu")->enableDetail(false)->send($sMsg);
//// *end 报错统计
echo "\nmailLogReport - ok";
@ -160,7 +160,7 @@ final class Cron
$sMsg .= "\n[日限额:{$oMailMust->inday_max}、月限额:{$oMailMust->inmonth_max}]";
}
TeleSlave::notify($_ENV['tgToken']['base'], $_ENV['tgChat']['base'])->enableDetail(false)->send($sMsg);
TeleSlave::notify("fu", "fu")->enableDetail(false)->send($sMsg);
echo "必达邮件报表发送完成";
}
@ -288,7 +288,7 @@ final class Cron
$sMsg .= "\n".$aCom["sName"]." [成功率:{$iPerComReg}%、数量:".$aCom["iSendCount"]."]";
}
TeleSlave::notify($_ENV['tgToken']['base'], $_ENV['tgChat']['base'])->enableDetail(false)->send($sMsg);
TeleSlave::notify("fu", "fu")->enableDetail(false)->send($sMsg);
echo "ok";
}