diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index 724a64fd..1e4240a3 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -62,19 +62,18 @@ final class TgSendFormat $sFlowMix .= ",置".$iLimitDay."d"; } - if ($sMemo) { - $sFlowMix .= ",".$sMemo; + if ($iMaxWidth != 0) { + $sFlowMix .= ",今".$iFlowToday."g"; + } else { + $sFlowMix .= "今".$iFlowToday."g"; } -// if ($iMaxWidth != 0) { - $sFlowMix .= ",今".$iFlowToday."g"; -// } else { -// $sFlowMix .= "今".$iFlowToday."g"; -// } - - $sFlowMix .= " ] "; + if ($sMemo) { + $sName .= "&".$sMemo; + } + $this->aContent[] = [$sName, $sFlowMix]; }