diff --git a/src/Services/Tg/ReportUser.php b/src/Services/Tg/ReportUser.php index c3c2b796..2d1c0aea 100755 --- a/src/Services/Tg/ReportUser.php +++ b/src/Services/Tg/ReportUser.php @@ -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";