hxp
8 天以前 a1086e20aaec8beb4453bce68a3b2b30024b1415
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):