From f321eb69d1f447cb13d42c5c16b2e4eb49e1f780 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 4 Apr 2025 15:57:52 +0800 Subject: [PATCH] no message --- src/Services/TomTool/TgSendFormat.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index cb190eed..bd19805d 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -68,10 +68,11 @@ final class TgSendFormat $sFlowMix .= "今".$iFlowToday."g"; } - $sFlowMix .= " ]"; + $sFlowMix .= " ] "; if ($sMemo) { - $sName .= '%'.$sMemo; + $sFlowMix .= "[".$sMemo."]"; +// $sName .= '%'.$sMemo; } $this->aContent[] = [$sName, $sFlowMix];