From 3a2b616d11a317f29595db5bc60bc01a18c14ec8 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Fri, 4 Apr 2025 16:57:47 +0800 Subject: [PATCH] no message --- src/Services/TomTool/TgSendFormat.php | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index db7b49b5..7db7f9be 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -62,19 +62,18 @@ final class TgSendFormat $sFlowMix .= ",置".$iLimitDay."d"; } - if ($iMaxWidth != 0) { +// if ($iMaxWidth != 0) { $sFlowMix .= ",今".$iFlowToday."g"; - } else { - $sFlowMix .= "今".$iFlowToday."g"; +// } else { +// $sFlowMix .= "今".$iFlowToday."g"; +// } + + if ($sMemo) { + $sFlowMix .= ",".$sMemo; } $sFlowMix .= " ] "; - if ($sMemo) { - $sFlowMix .= "&".$sMemo; -// $sName .= '%'.$sMemo; - } - $this->aContent[] = [$sName, $sFlowMix]; }