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();