We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfb748 commit 24d2fbaCopy full SHA for 24d2fba
Assets/Scripts/Framework/Procedure/HttpHelper.cs
@@ -10,6 +10,7 @@ public static class HttpHelper
10
public static Dictionary<string, object> GetBaseParams()
11
{
12
DictionaryParams["Language"] = Application.systemLanguage.ToString();
13
+ DictionaryParams["UserLanguage"] = GameApp.Localization.Language;
14
DictionaryParams["AppVersion"] = Application.version;
15
// 设备ID用于判断白名单和其他识别用途
16
DictionaryParams["DeviceUniqueIdentifier"] = SystemInfo.deviceUniqueIdentifier;
0 commit comments