ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/EventReport.py
@@ -127,6 +127,8 @@ playerInfo = "" if curPlayer: if not GameWorld.IsNormalPlayer(curPlayer): return #UTF8 需要转成url编码才可用 playerInfo = urllib.urlencode({"RoleID": curPlayer.GetName(), "AccountID": GameWorld.GetPlatformAccID(curPlayer.GetAccID()),