hch
2025-12-04 38fc24ff384f87746a74f96d3feeff64b4c4dceb
0312 兑换码
1个文件已修改
4 ■■■■ 已修改文件
Main/System/PlayerProfile/ExchangeCodeWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;