s
This commit is contained in:
parent
5a512986f7
commit
4cc12c8ec8
@ -483,7 +483,7 @@ final class Cron
|
||||
|
||||
// 流量报告,机器
|
||||
$oTgSendFormat = new TgSendFormat();
|
||||
$oTgSendFormat->sTitleEmoji = "";
|
||||
$oTgSendFormat->sTitleEmoji = "\n";
|
||||
$oTgSendFormat->sTitle = "流量报告 - 机器";
|
||||
|
||||
$oDucksAll = $oDucks->all();
|
||||
|
||||
@ -17,7 +17,7 @@ final class TgSendFormat
|
||||
{
|
||||
$sStr = '';
|
||||
|
||||
$sStr .= " \n".$this->sTitleEmoji;
|
||||
$sStr .= "\n\n".$this->sTitleEmoji;
|
||||
|
||||
$sStr .= "\n\n".$this->sTitle;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user