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]; }