From 5f728e2633e8e20ebafc4e534fe7e7362362c839 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 04 十二月 2025 11:58:07 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/ClientVersion/VersionConfig.cs   |    3 ++-
 Main/System/PlayerProfile/ExchangeCodeWin.cs |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/Main/System/ClientVersion/VersionConfig.cs b/Main/System/ClientVersion/VersionConfig.cs
index e0c6d57..5a0251f 100644
--- a/Main/System/ClientVersion/VersionConfig.cs
+++ b/Main/System/ClientVersion/VersionConfig.cs
@@ -32,11 +32,12 @@
     {
         get
         {
+            //鏆備笖鍚屾appid 鐩墠娌℃湁鍒嗗紑鐨勯渶姹�
             // if (!string.IsNullOrEmpty(SDKUtils.Yj_SpID))
             // {
             //     return SDKUtils.Yj_SpID;
             // }
-            return m_SpID;
+            return m_AppId;
         }
     }
 
diff --git a/Main/System/PlayerProfile/ExchangeCodeWin.cs b/Main/System/PlayerProfile/ExchangeCodeWin.cs
index aeed9db..1de11e7 100644
--- a/Main/System/PlayerProfile/ExchangeCodeWin.cs
+++ b/Main/System/PlayerProfile/ExchangeCodeWin.cs
@@ -64,10 +64,10 @@
             tables["channel"] = VersionConfig.Get().appId;
             tables["code"] = passward;
 #if UNITY_EDITOR
-            //tables["accid"] = ModelCenter.Instance.GetModel<LoginModel>().accountBuf;
+            tables["accid"] = LoginManager.Instance.accountBuf;
             tables["accid"] = PlayerDatas.Instance.baseData.AccID;
 #else
-                //tables["accid"] = ynmbxxjUtil.Instance.FreePlatformInfo.account;
+            tables["accid"] = SDKUtils.Instance.FreePlatformInfo.account;
 #endif
             tables["sid"] = ServerListCenter.Instance.currentServer.region_flag.ToString();
             tables["pushurl"] = ServerListCenter.Instance.currentServer.region_domain;

--
Gitblit v1.8.0