diff --git a/Assets/Scripts/Framework/Procedure/HttpHelper.cs b/Assets/Scripts/Framework/Procedure/HttpHelper.cs index c686250..2a70ff6 100644 --- a/Assets/Scripts/Framework/Procedure/HttpHelper.cs +++ b/Assets/Scripts/Framework/Procedure/HttpHelper.cs @@ -11,6 +11,8 @@ public static Dictionary GetBaseParams() { DictionaryParams["Language"] = Application.systemLanguage.ToString(); DictionaryParams["AppVersion"] = Application.version; + // 设备ID用于判断白名单和其他识别用途 + DictionaryParams["DeviceUniqueIdentifier"] = SystemInfo.deviceUniqueIdentifier; #if UNITY_WEBGL DictionaryParams["PackageName"] = "com.smartdog.bbqgame"; #if ENABLE_WECHAT_MINI_GAME