From 11dbbeb220a366951cbcccb5b823b845b77e1b9d Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期五, 21 十一月 2025 09:53:24 +0800
Subject: [PATCH] 262 幻境阁系统-客户端 注释ynmbxxjUtil

---
 Main/System/PlayerProfile/ExchangeCodeWin.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/PlayerProfile/ExchangeCodeWin.cs b/Main/System/PlayerProfile/ExchangeCodeWin.cs
index 6d25424..3bcebb0 100644
--- a/Main/System/PlayerProfile/ExchangeCodeWin.cs
+++ b/Main/System/PlayerProfile/ExchangeCodeWin.cs
@@ -67,7 +67,7 @@
             //tables["accid"] = ModelCenter.Instance.GetModel<LoginModel>().accountBuf;
             tables["accid"] = PlayerDatas.Instance.baseData.AccID;
 #else
-                tables["accid"] = ynmbxxjUtil.Instance.FreePlatformInfo.account;
+                //tables["accid"] = ynmbxxjUtil.Instance.FreePlatformInfo.account;
 #endif
             tables["sid"] = ServerListCenter.Instance.currentServer.region_flag.ToString();
             tables["pushurl"] = ServerListCenter.Instance.currentServer.region_domain;

--
Gitblit v1.8.0