功能:展示可能掉落物品

  • 返回DropItemIdList
  • 首次通关获取

数据结构:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GetStageDropDisplayReq: {
uint StageIdLists,
}
GetStageDropDisplayRsp: {
Retcode retcode,
List<StageDropDisplayInfo> StageDropLists,
}
StageDropDisplayInfo: {
uint StageId,
uint[] DropItemIdList,
uint[] FirstDropItemIdLists,
bool DoubleDrop,
uint[] BonusDropItemIdLists,
List<string> BattleBuffLists,
uint[] BonusEquipNeedLists,
uint BattleDisplayId,
List<string> BattleAttrLists,
List<RewardItemData> FirstDropItemDataLists,
}

好像DropList有点问题,需要修改一下Id