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 49e6227 commit f2c7b8cCopy full SHA for f2c7b8c
Assets/Scripts/Framework/Procedure/HttpHelper.cs
@@ -27,7 +27,7 @@ public static Dictionary<string, object> GetBaseParams()
27
#else
28
DictionaryParams["Channel"] = "WebGL";
29
DictionaryParams["SubChannel"] = "WebGL";
30
- DictionaryParams["Platform"] = PathHelper.GetPlatformName;
+ DictionaryParams["Platform"] = ApplicationHelper.PlatformName;
31
#endif
32
33
DictionaryParams["Platform"] = ApplicationHelper.PlatformName;
0 commit comments