hch
2025-12-31 4debfee66e8d8aabd179e2f8a61c7ca5ce62af3d
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;
        }
    }