Skip to content

Commit 24d2fba

Browse files
committed
[增加] 用户本地化设置字段
1 parent ebfb748 commit 24d2fba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Assets/Scripts/Framework/Procedure/HttpHelper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public static class HttpHelper
1010
public static Dictionary<string, object> GetBaseParams()
1111
{
1212
DictionaryParams["Language"] = Application.systemLanguage.ToString();
13+
DictionaryParams["UserLanguage"] = GameApp.Localization.Language;
1314
DictionaryParams["AppVersion"] = Application.version;
1415
// 设备ID用于判断白名单和其他识别用途
1516
DictionaryParams["DeviceUniqueIdentifier"] = SystemInfo.deviceUniqueIdentifier;

0 commit comments

Comments
 (0)