This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-10 15:08:44 +08:00
parent b5413ccfd0
commit 0ad69df289

View File

@ -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());