hch
2026-03-20 2e1b809d4bb794b2dcd75e0e9223d3c2c5de991d
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;
        }
    }