no message
This commit is contained in:
parent
10b809b4a7
commit
f321eb69d1
@ -68,10 +68,11 @@ final class TgSendFormat
|
|||||||
$sFlowMix .= "今".$iFlowToday."g";
|
$sFlowMix .= "今".$iFlowToday."g";
|
||||||
}
|
}
|
||||||
|
|
||||||
$sFlowMix .= " ]";
|
$sFlowMix .= " ] ";
|
||||||
|
|
||||||
if ($sMemo) {
|
if ($sMemo) {
|
||||||
$sName .= '%'.$sMemo;
|
$sFlowMix .= "[".$sMemo."]";
|
||||||
|
// $sName .= '%'.$sMemo;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->aContent[] = [$sName, $sFlowMix];
|
$this->aContent[] = [$sName, $sFlowMix];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user