From 38fc24ff384f87746a74f96d3feeff64b4c4dceb Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 04 十二月 2025 11:14:05 +0800
Subject: [PATCH] 0312 兑换码

---
 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