From f0b9afa73224e75702801fb1dad0b598f0d73cb5 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 31 Mar 2025 21:41:35 +0800 Subject: [PATCH] no message --- src/Services/Tg/ReportUser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Services/Tg/ReportUser.php b/src/Services/Tg/ReportUser.php index 05919429..c3c2b796 100755 --- a/src/Services/Tg/ReportUser.php +++ b/src/Services/Tg/ReportUser.php @@ -69,7 +69,7 @@ final class ReportUser $iTotalMoneyCount += $row['count_money'] ?? 0; } - $sStr = "🎹🎹🎹🎹🎹🎹\n"; + $sStr = "🎹🎹🎹🎹🎹🎹\n\n"; $sStr .= "*总访问:".$iTotalFromCount."\n"; $sStr .= "*总注册:".$iTotalRegCount."\n"; $sStr .= "*总支付:".$iTotalPayCount."\n"; @@ -98,7 +98,7 @@ final class ReportUser } $sStr .= "\n"; - $sStr .= '['.$row['from'].']\n'; + $sStr .= "[".$row["from"]."]/\n"; $sStr .= " - 访问:".$row['count_from']."(".$iFromRate."%)\n"; $sStr .= " - 注册:".$row['count_reg']."(".$iRegRate."%)\n"; $sStr .= " - 支付:".$row['count_pay']."(".$iPayRate."%)【新".$row['count_pay_new']."旧".$row['count_pay_old']."】\n";