no message
This commit is contained in:
parent
208617f25a
commit
0d5386fbad
@ -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 报错统计
|
//// *end 报错统计
|
||||||
|
|
||||||
echo "\nmailLogReport - ok";
|
echo "\nmailLogReport - ok";
|
||||||
@ -160,7 +160,7 @@ final class Cron
|
|||||||
$sMsg .= "\n[日限额:{$oMailMust->inday_max}、月限额:{$oMailMust->inmonth_max}]";
|
$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 "必达邮件报表发送完成";
|
echo "必达邮件报表发送完成";
|
||||||
}
|
}
|
||||||
@ -288,7 +288,7 @@ final class Cron
|
|||||||
$sMsg .= "\n".$aCom["sName"]." [成功率:{$iPerComReg}%、数量:".$aCom["iSendCount"]."]";
|
$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";
|
echo "ok";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user