From a3f14e309b2de42898034366012717329e06ceb9 Mon Sep 17 00:00:00 2001 From: Blank Date: Tue, 24 Sep 2024 09:40:44 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=A2=9E=E5=8A=A0]1.=20=E5=A2=9E=E5=8A=A0HTTP?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E7=9A=84=E5=94=AF=E4=B8=80=E6=A0=87=E8=AF=86?= =?UTF-8?q?=E7=AC=A6=E7=9A=84=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Framework/Procedure/HttpHelper.cs | 2 ++ 1 file changed, 2 insertions(+) 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