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