no message
This commit is contained in:
parent
0a61fb22d2
commit
e5487b2115
@ -62,19 +62,18 @@ final class TgSendFormat
|
|||||||
$sFlowMix .= ",置".$iLimitDay."d";
|
$sFlowMix .= ",置".$iLimitDay."d";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($sMemo) {
|
if ($iMaxWidth != 0) {
|
||||||
$sFlowMix .= ",".$sMemo;
|
$sFlowMix .= ",今".$iFlowToday."g";
|
||||||
|
} else {
|
||||||
|
$sFlowMix .= "今".$iFlowToday."g";
|
||||||
}
|
}
|
||||||
|
|
||||||
// if ($iMaxWidth != 0) {
|
|
||||||
$sFlowMix .= ",今".$iFlowToday."g";
|
|
||||||
// } else {
|
|
||||||
// $sFlowMix .= "今".$iFlowToday."g";
|
|
||||||
// }
|
|
||||||
|
|
||||||
|
|
||||||
$sFlowMix .= " ] ";
|
$sFlowMix .= " ] ";
|
||||||
|
|
||||||
|
if ($sMemo) {
|
||||||
|
$sName .= "&".$sMemo;
|
||||||
|
}
|
||||||
|
|
||||||
$this->aContent[] = [$sName, $sFlowMix];
|
$this->aContent[] = [$sName, $sFlowMix];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user