From ea4e25ceca21484cbb422b4ce49ec6bc1220441f Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 08 五月 2026 16:43:22 +0800
Subject: [PATCH] android1

---
 Main/Utility/OperationLogCollect.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Main/Utility/OperationLogCollect.cs b/Main/Utility/OperationLogCollect.cs
index 135fbd1..3afc394 100644
--- a/Main/Utility/OperationLogCollect.cs
+++ b/Main/Utility/OperationLogCollect.cs
@@ -8,7 +8,7 @@
 public class OperationLogCollect : Singleton<OperationLogCollect>
 {
 
-#if TEST_BUILD
+#if TEST_URL
     const string url = "http://gamecenter.secondworld.net.cn:11000/center/eventreport.php?";
 #else
     const string url = "http://xssgcenter.secondworld.net.cn:11000/center/eventreport.php?";
@@ -66,7 +66,7 @@
 
 
 
-#if TEST_BUILD
+#if TEST_URL
     const string bugReportUrl = "http://gamecenter.secondworld.net.cn:11000/center/eventreport.php?";
 #else
     const string bugReportUrl = "http://xssgcenter.secondworld.net.cn:11000/center/eventreport.php?";
@@ -148,7 +148,7 @@
 #endif
     }
 
-#if TEST_BUILD
+#if TEST_URL
     const string chatReportUrl = "http://gamecenter.secondworld.net.cn:11000/center/eventreport.php?";
 #else
     const string chatReportUrl = "http://xssgcenter.secondworld.net.cn:11000/center/eventreport.php?";

--
Gitblit v1.8.0