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