no message

This commit is contained in:
hellcat 2025-03-31 22:14:16 +08:00
parent 9a8cce29d8
commit c61e476688

View File

@ -109,7 +109,7 @@ final class ReportUser
}
$sStr .= "\n";
$sStr .= "[".str_replace('.', '#', $row["from"]);."]\n";
$sStr .= "[".str_replace('.', '#', $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";