hch
6 天以前 63db3df6c2bca9746e09833bf9adac2f7a46c5b2
Main/SDK/SDKUtils.cs
@@ -56,6 +56,8 @@
        get; private set;
    }
    public static string channelSign; //不同渠道的打包标识
    // 是否同意隐私政策
    public bool IsAgreeSecret = false;
@@ -532,6 +534,7 @@
                }
            case CodeA2U.FreePlatformInitOk:
                channelSign = _json["channelSign"].ToString();
                if (onFreePlatformInitOk != null)
                {
                    onFreePlatformInitOk();