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/PlayerProfile/ExchangeCodeWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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