diff --git a/src/Services/Cron.php b/src/Services/Cron.php index 549c9acc..de050fc1 100755 --- a/src/Services/Cron.php +++ b/src/Services/Cron.php @@ -483,7 +483,7 @@ final class Cron // 流量报告,机器 $oTgSendFormat = new TgSendFormat(); - $oTgSendFormat->sTitleEmoji = ""; + $oTgSendFormat->sTitleEmoji = "\n"; $oTgSendFormat->sTitle = "流量报告 - 机器"; $oDucksAll = $oDucks->all(); diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index d4c85b5d..7851acd5 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -17,7 +17,7 @@ final class TgSendFormat { $sStr = ''; - $sStr .= " \n".$this->sTitleEmoji; + $sStr .= "\n\n".$this->sTitleEmoji; $sStr .= "\n\n".$this->sTitle;