yyl
2026-05-08 ea4e25ceca21484cbb422b4ce49ec6bc1220441f
android1
4个文件已修改
12 ■■■■ 已修改文件
Main/Core/NetworkPackage/Socket/ClientSocket.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/Login/ServerListCenter.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/PlayerProfile/ExchangeCodeWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Utility/OperationLogCollect.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
                }
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/?",
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/?";
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?";