Skip to content

Commit

Permalink
[增加]1. 增加HTTP请求的唯一标识符的发送
Browse files Browse the repository at this point in the history
  • Loading branch information
AlianBlank committed Sep 24, 2024
1 parent 6969c3f commit a3f14e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Scripts/Framework/Procedure/HttpHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ public static Dictionary<string, object> 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
Expand Down

0 comments on commit a3f14e3

Please sign in to comment.