1
This commit is contained in:
parent
b5413ccfd0
commit
0ad69df289
@ -259,7 +259,7 @@ public class DataGameModelManager : GameBase.Singleton<DataGameModelManager>
|
||||
};
|
||||
|
||||
|
||||
string url = EventConts.PlatformType == PlatformType.None ? EventConts.GetRankTest : EventConts.GetRankTest;
|
||||
string url = EventConts.PlatformType == PlatformType.None ? EventConts.GetRankTest : EventConts.GetRank;
|
||||
string jsonStr = "";
|
||||
jsonStr = await HttpSendHelper.HttpPostRequestAsync(url, data.ToJson());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user