lcy
2 天以前 b97ca7fc69d2cddeaf1af2d4e59ba4b413034784
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;
        }
    }