yyl
2025-12-04 5f728e2633e8e20ebafc4e534fe7e7362362c839
Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
2个文件已修改
7 ■■■■■ 已修改文件
Main/System/ClientVersion/VersionConfig.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/PlayerProfile/ExchangeCodeWin.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;
        }
    }
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;