no message

This commit is contained in:
hellcat 2025-04-03 20:49:07 +08:00
parent 4f134126e9
commit 86e1f97241

View File

@ -23,7 +23,7 @@ final class TgSendFormat
foreach ($this->aContent as $v) { foreach ($this->aContent as $v) {
// echo "失联客机"; // echo "失联客机";
$sStr .= "\n\n".$v[0]."".$v[1].""; $sStr .= "\n\n".$v[0]."".$v[1];
} }
return $sStr; return $sStr;