ServerPython/CoreServerGroup/GameServer/Script/GameWorld.py
@@ -483,9 +483,8 @@ return GetServerID() ##获取玩家所属平台 def GetPlayerPlatform(gameAccID): infoList = gameAccID.split(Def_AccID_Split_Sign) return "" if len(infoList) < 3 else infoList[-2] def GetPlayerPlatform(curPlayer): return curPlayer.GetAccountInfo().GetOperator() ##获取平台账号 def GetPlatformAccID(gameAccID):