Skip to content

Commit f2c7b8c

Browse files
committed
fix: 修复过期函数的修改
1 parent 49e6227 commit f2c7b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Framework/Procedure/HttpHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static Dictionary<string, object> GetBaseParams()
2727
#else
2828
DictionaryParams["Channel"] = "WebGL";
2929
DictionaryParams["SubChannel"] = "WebGL";
30-
DictionaryParams["Platform"] = PathHelper.GetPlatformName;
30+
DictionaryParams["Platform"] = ApplicationHelper.PlatformName;
3131
#endif
3232
#else
3333
DictionaryParams["Platform"] = ApplicationHelper.PlatformName;

0 commit comments

Comments
 (0)