package nameLocal const ( MapLeague_ReportList = "reportList" // 获取同盟战报列表 MapLeague_Build = "build" // 建造联盟建筑 MapLeague_BuildUpgrade = "buildUpgrade" // 联盟建筑升级 MapLeague_BuildDiscard = "buildDiscard" // 摧毁联盟建筑 MapLeague_DiscardCancel = "discardCancel" // 联盟取消放弃 MapLeague_StartWar = "startWar" // 宣战 MapLeague_StopWar = "stopWar" // 停止宣战 MapLeague_WarList = "warList" // 获取联盟战斗列表 MapLeague_Members = "members" // 获取联盟成员列表 MapLeague_ApplyOption = "applyOption" // 联盟申请操作 MapLeague_ApplyAgreeAll = "applyAgreeAll" // 联盟申请一键同意 MapLeague_JobInfo = "jobInfo" // 获取职位信息 MapLeague_JobSet = "jobSet" // 联盟职位设置 MapLeague_JobResigned = "jobResigned" // 联盟卸任职位 MapLeague_PermissionSet = "permissionSet" // 联盟职位权限更新 MapLeague_Transfer = "transfer" // 盟主转让 MapLeague_TransferCancel = "transferCancel" // 盟主转让取消 MapLeague_Quit = "quit" // 退出联盟 MapLeague_Kick = "kick" // 踢出联盟 MapLeague_ClearApplyList = "clearApplyList" // 清除申请列表 MapLeagueMail_Send = "mailSend" // 发送/更新联盟邮件 MapLeagueMail_Del = "mailDel" // 删除联盟邮件 MapLeagueMail_MemberDel = "mailMemberDel" // 联盟成员删除联盟邮件 MapLeagueMail_Top = "mailTop" // 置顶联盟邮件 MapLeagueMail_Read = "mailRead" // 阅读联盟邮件 MapLeagueMail_FastRead = "mailFastRead" // 一键阅读联盟邮件 MapLeague_Upgrade = "upgrade" // 联盟升级 MapLeague_ApplyList = "applyList" // 获取联盟申请列表 MapLeague_Setting = "setting" // 入盟等级&审批&公告设置 MapLeague_FlagSet = "flagSet" // 联盟旗帜设置 MapLeague_LogList = "logList" // 联盟日志列表 MapLeague_ResidenceBack = "relocateBack" // 联盟驻地迁入 MapLeague_LeagueImpeachInfo = "impeachInfo" // 联盟弹劾信息 MapLeague_LeagueImpeach = "impeach" // 联盟弹劾 MapLeague_LeagueImpeachVote = "impeachVote" // 联盟弹劾投票 MapLeague_MemberRecordInfo = "memberRecordInfo" // 查看联盟成员战绩信息 MapLeague_MemberRecordUpdate = "memberRecordUpdate" // 联盟成员战绩信息更新 MapLeague_MapMark = "mapMark" // 联盟地图标记 MapLeague_MapMarkEdit = "mapMarkEdit" // 联盟地图标记编辑 MapLeague_MapMarkDelete = "mapMarkDelete" // 联盟地图标记删除 MapLeague_DiplomacyApplySend = "diplomacyApplySend" // 联盟外交发送申请 MapLeague_DiplomacyRelieve = "diplomacyRelieve" // 联盟外交关系解除 ) const ( MapUnion_ApplyOption = "applyOption" // 联盟外交申请处理 MapUnion_UmengRelieve = "umengRelieve" // 联盟外交-友盟解除 MapUnion_UnionRelieve = "unionRelieve" // 联盟外交-联邦解除 ) const ( MapLeague_TechList = "techList" // 获取科技列表 MapLeague_TechUpgrade = "techUpgrade" // 科技升级 ) const ( MapLeague_CastleList = "castleList" // 获取城池列表 MapLeague_CastleAppoint = "castleAppoint" // 城池城主任命或取消任命 ) const ( MapLeague_StorageInfo = "storageInfo" MapLeague_RatioUpdate = "ratioUpdate" MapLeague_FundBonus = "fundBonus" ) const ( MapPlayer_LeagueCreate = "leagueCreate" // 创建联盟 MapPlayer_LeagueJoin = "leagueJoin" // 加入联盟 MapPlayer_LeagueList = "leagueList" // 获取联盟列表 MapPlayer_LeagueSearch = "leagueSearch" // 联盟搜索 MapPlayer_LeagueInfo = "leagueInfo" // 联盟信息 MapPlayer_LeagueManagerList = "leagueManagerList" // 联盟管理列表 MapPlayer_LeagueNameChange = "leagueNameChange" // 联盟名称更改 MapPlayer_LeagueAbbNameChange = "leagueAbbNameChange" // 联盟简称更改 MapPlayer_LeagueDiplomacyList = "leagueDiplomacyList" // 获取联盟外交列表 ) const ( MapPlayer_Login = "login" // 登录地图 MapPlayer_Enter = "enter" // 玩家进入地图 MapPlayer_SelectState = "selectState" // 选择出生州 MapPlayer_BornStateInfo = "bornStateInfo" // 获取出生州信息 MapPlayer_Join = "join" // 玩家观察者进入地图 MapPlayer_Quit = "quit" // 玩家观察者离开地图 MapPlayer_Slide = "slide" // 滑动屏幕 MapPlayer_March = "march" // 行军 MapPlayer_Retreat = "retreat" // 撤退 MapPlayer_MarchStop = "marchStop" // 行军中止 MapPlayer_Discard = "discard" // 丢弃 MapPlayer_DiscardCancel = "discardCancel" // 取消放弃 MapPlayer_Build = "build" // 建造 MapPlayer_BuildUpgrade = "buildUpgrade" // 玩家建筑升级 MapPlayer_Relocate = "relocate" // 迁城 MapPlayer_Comeback = "comeback" // 再起 MapPlayer_Reborn = "reborn" // 重新选择出生点 MapPlayer_MapMark = "mapMark" // 地图标记 MapPlayer_MapMarkDelete = "mapMarkDelete" // 地图标记删除 MapPlayer_SiegeAssemble = "siegeAssemble" // 攻城集结 MapPlayer_SiegeRank = "siegeRank" // 攻城首占排行 MapPlayer_FindPath = "findPath" // 查询寻路信息 MapPlayer_OccupyCastleList = "occupyCastleList" // 查询被攻占城池列表 MapPlayer_ScoutRequest = "mapScoutRequest" // 发起侦察 MapPlayer_Reinforce = "reinforce" // 主城加固 MapPlayer_ReinforceCancel = "reinforceCancel" // 主城加固取消 MapPlayer_ResArmies = "resArmies" // 资源守军 MapPlayer_MapObjectPosition = "mapObjectPosition" // 获取地图对象位置 ) const ( MapPlayer_TeamUp = "teamUp" // 队伍上阵 MapPlayer_TeamLeave = "teamLeave" // 队伍下阵 MapPlayer_TeamChange = "teamChange" // 队伍成员交换 MapPlayer_TeamInnerChange = "teamInnerChange" // 同队伍成员交换 MapPlayer_TeamLineup = "teamLineup" // 队伍阵容设置 MapPlayer_TeamTroops = "teamTroops" // 队伍补充兵力 MapPlayer_TeamAutoTroops = "teamAutoTroops" // 队伍自动补充兵力设置 MapPlayer_TeamEneryRecovery = "teamEnergyRecovery" // 队伍体力恢复 MapPlayer_TeamMedicineUse = "teamMedicineUse" // 队伍药品使用 MapPlayer_TeamOutsideTroops = "teamOutsideTroops" // 队伍城外征兵 MapPlayer_TeamOutsideTroopsCancel = "teamOutsideTroopsCancel" // 队伍城外征兵取消 MapPlayer_TeamOutsideAutoTroopsSet = "teamOutsideAutoTroopsSet" // 队伍城外自动征兵设置 ) const ( MapPlayer_ConscriptBegin = "conscriptBegin" // 开始征兵 MapPlayer_ConscriptCancel = "conscriptCancel" // 取消征兵 MapPlayer_ConscriptUp = "conscriptUp" // 征兵升级 MapPlayer_ConscriptUpCancel = "conscriptUpCancel" // 征兵升级取消 MapPlayer_ConscriptAuto = "conscriptAuto" // 自动征兵设置 ) const ( MapPlayer_QuestReward = "questReward" MapPlayer_QuestChapterReward = "questChapterReward" MapPlayer_LeagueQuestReward = "leagueQuestReward" // 联盟任务领取 ) const ( MapPlayerFacilityUp = "facilityUp" // 城建升级 MapPlayerFacilityCancel = "facilityCancel" // 城建升级取消 MapPlayerFacilityFinish = "facilityFinish" // 城建升级完成 MapPlayerFacilityQueueUnlock = "facilityQueueUnlock" // 城建队列解锁 ) const ( MapPlayer_ReportInfo = "reportInfo" // 获取战报信息 MapPlayer_ReportList = "reportList" // 获取个人战报列表 MapPlayer_ReportLike = "reportLike" // 战报收藏和取消收藏 MapPlayer_ReportRead = "reportRead" // 战报一键阅读 ) const ( MapPlayer_Assemble = "assemble" // 发起集结 MapPlayer_AssembleJoin = "assembleJoin" // 加入集结 MapLeague_AssembleList = "assembleList" // 获取集结列表 MapLeague_AssembleStop = "assembleStop" // 取消集结 MapLeague_AssembleKick = "assembleKick" // 踢出集结队伍 MapLeague_AssembleDepart = "assembleDepart" // 集结队伍出发 MapLeague_AssembleQuit = "assembleQuit" // 退出集结 ) const ( MapPlayer_ShopBuy = "shopBuy" // 商店购买 ) const ( MapPlayer_ActiveShow = "activeShow" // 激活地图外观 MapPlayer_ShowView = "showView" // 查看外观 MapPlayer_MainCityChange = "mainCityChange" // 主城外观更换 ) const ( MapPlayer_ExchangeSlotUnlock = "exchangeSlotUnlock" // 交易所货柜解锁 MapPlayer_ExchangeHistoryPrice = "exchangeHistoryPrice" // 获取物品的历史求购价格 MapPlayer_ExchangeItem = "exchangeItem" // 出售或求购资源和材料 MapPlayer_ExchangeBuyItem = "exchangeBuyItem" // 购买物品 MapPlayer_ExchangeQuery = "exchangeQuery" // 根据条件查询地图交易所的商品列表 MapPlayer_ExchangeMyItems = "exchangeMyItems" // 查询我的商品列表 MapPlayer_ExchangeItemUpdate = "exchangeItemUpdate" // 手动更新商品状态,包括下架,重新下架,取回 MapPlayer_ExchangeLog = "exchangeLog" // 获取日志 ) const ( MapPlayer_SeasonQuestInfo = "seasonQuestInfo" // 获取赛季霸业任务信息 MapPlayer_SeasonQuestReward = "seasonQuestReward" // 领取霸业任务奖励 )