This commit is contained in:
DESKTOP-SAJ6RKV\Administrator 2025-06-13 01:29:33 +08:00
parent 2ffbeedfcb
commit d4a502c62b

View File

@ -130,7 +130,7 @@ public class DataGameModelManager : GameBase.Singleton<DataGameModelManager>
postPlayRankData.score = item.Value.m_Score;
postPlayRankData.pay = 0;
postPlayRankData.winCount = item.Value.m_GongXian;
//postPlayRankData.useClientData = "1";
postPlayRankData.useClientData = "1";
postPlayRankData.avatar = item.Value.protCustMessageData.imgURL;
postPlayRankData.exp = item.Value.protCustMessageData.rankRo.exp;
postPlayRankData.lv = item.Value.protCustMessageData.rankRo.lv;