hch
2026-01-26 aa84cb62bebb9c8a4e586bcc1ec28eb7a16a8860
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;
        }
    }