From ea4e25ceca21484cbb422b4ce49ec6bc1220441f Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 08 五月 2026 16:43:22 +0800
Subject: [PATCH] android1
---
Main/Core/NetworkPackage/Socket/ClientSocket.cs | 2 +-
Main/System/PlayerProfile/ExchangeCodeWin.cs | 2 +-
Main/Utility/OperationLogCollect.cs | 6 +++---
Main/System/Login/ServerListCenter.cs | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Main/Core/NetworkPackage/Socket/ClientSocket.cs b/Main/Core/NetworkPackage/Socket/ClientSocket.cs
index 9bc71b1..52fecdf 100644
--- a/Main/Core/NetworkPackage/Socket/ClientSocket.cs
+++ b/Main/Core/NetworkPackage/Socket/ClientSocket.cs
@@ -194,7 +194,7 @@
{
if (onConnected != null)
{
- Debug.Log($"[ClientSocket][ConnectCallBack] onConnected({{0}})", m_Socket != null && m_Socket.Connected);
+ Debug.Log($"[ClientSocket][ConnectCallBack] onConnected({m_Socket != null && m_Socket.Connected})");
onConnected(m_Socket != null && m_Socket.Connected);
onConnected = null;
}
diff --git a/Main/System/Login/ServerListCenter.cs b/Main/System/Login/ServerListCenter.cs
index 69f826d..ed62ea5 100644
--- a/Main/System/Login/ServerListCenter.cs
+++ b/Main/System/Login/ServerListCenter.cs
@@ -9,7 +9,7 @@
{
public static readonly string[] JUMP_URL = new string[]
{
-#if TEST_BUILD
+#if TEST_URL
"http://gamecenter.secondworld.net.cn:11000/center/server_list.php/?",
#else
"http://xssgcenter.secondworld.net.cn:11000/center/server_list.php/?",
diff --git a/Main/System/PlayerProfile/ExchangeCodeWin.cs b/Main/System/PlayerProfile/ExchangeCodeWin.cs
index 3026738..7704e6f 100644
--- a/Main/System/PlayerProfile/ExchangeCodeWin.cs
+++ b/Main/System/PlayerProfile/ExchangeCodeWin.cs
@@ -8,7 +8,7 @@
[SerializeField] Button receiveBtn;
// const string exchangeUrl = "http://gamecenter.secondworld.net.cn:53003/Coupon/CouponCode.php?";
-#if TEST_BUILD
+#if TEST_URL
const string exchangeUrl = "http://gamecenter.secondworld.net.cn:53003/center/CouponCode.php/?";
#else
const string exchangeUrl = "http://xssgcenter.secondworld.net.cn:53003/center/CouponCode.php/?";
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