From b35f625732b9348a09083a370022fad480ae97a2 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Sat, 19 Apr 2025 20:35:30 +0800 Subject: [PATCH] no message --- src/Services/Tg/Hook/Mod/Visitor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Tg/Hook/Mod/Visitor.php b/src/Services/Tg/Hook/Mod/Visitor.php index a577d14e..746edfc7 100644 --- a/src/Services/Tg/Hook/Mod/Visitor.php +++ b/src/Services/Tg/Hook/Mod/Visitor.php @@ -27,7 +27,7 @@ final class Visitor $iTotalCount += $row['total'] ?? 0; } - $sTotal = "\n\n总数:".$row['total']; + $sTotal = "\n\n总数:".$iTotalCount; $str = $sPre.$sTotal.$sPre.$sMsg.$sPre;