diff --git a/src/Services/TomTool/TgSendFormat.php b/src/Services/TomTool/TgSendFormat.php index c679ecd2..acfa5d2a 100755 --- a/src/Services/TomTool/TgSendFormat.php +++ b/src/Services/TomTool/TgSendFormat.php @@ -23,7 +23,7 @@ final class TgSendFormat foreach ($this->aContent as $v) { // echo "失联客机"; - $sStr .= "\n\n".$v[0].":".$v[1]."。"; + $sStr .= "\n\n".$v[0].":".$v[1]; } return $sStr;