diff --git a/src/Services/Tg/Hook/Mod/Visitor.php b/src/Services/Tg/Hook/Mod/Visitor.php index 39560c18..a577d14e 100644 --- a/src/Services/Tg/Hook/Mod/Visitor.php +++ b/src/Services/Tg/Hook/Mod/Visitor.php @@ -29,7 +29,7 @@ final class Visitor $sTotal = "\n\n总数:".$row['total']; - $str = $sPre.$sTotal.$sMsg.$sPre; + $str = $sPre.$sTotal.$sPre.$sMsg.$sPre; return $str; }