ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorld.py
@@ -1457,7 +1457,10 @@ ##获取玩家所属平台 def GetPlayerPlatform(curPlayer): return curPlayer.GetAccountData().GetOperator() appID = curPlayer.GetAccountData().GetOperator() if not appID: appID = GetAppIDByAccID(curPlayer.GetAccID()) return appID ##获取平台账号 def GetPlatformAccID(gameAccID):