master_huanxiang
parent
dc67bb0326
commit
cb06b7ca65
|
|
@ -206,6 +206,7 @@ message ExploreActivityIndication{
|
|||
optional int32 exploreKillMonsterNum = 2;//探索活动杀敌数
|
||||
}
|
||||
|
||||
// 心愿抽卡
|
||||
message DesireDrawCardRequest{
|
||||
optional int32 type = 1;//卡池类型
|
||||
optional int32 tempId = 2;//物品id
|
||||
|
|
@ -214,4 +215,18 @@ message DesireDrawCardRequest{
|
|||
message DesireDrawCardResponse{
|
||||
optional int32 type = 1;//卡池类型
|
||||
optional int32 tempId = 2;//物品id
|
||||
}
|
||||
|
||||
message choiceWishHeroRequest{
|
||||
optional int32 type = 1;//卡池类型
|
||||
}
|
||||
|
||||
message choiceWishHeroResponse{
|
||||
optional int32 desireId = 1;//心愿物品id
|
||||
repeated int32 newList = 2;//新增的物品列表
|
||||
}
|
||||
|
||||
message wishDrawCardIndication{
|
||||
// 暂不用
|
||||
repeated wishDrawCardInfo infoList = 1;
|
||||
}
|
||||
|
|
@ -414,23 +414,6 @@ message PurpleMansionSealIndication{
|
|||
repeated PurpleMansionSeal sealList = 1;
|
||||
}
|
||||
|
||||
|
||||
// 心愿抽卡
|
||||
message wishDrawCardIndication{
|
||||
repeated wishDrawCardInfo infoList = 1;
|
||||
}
|
||||
|
||||
message choiceWishHeroRequest{
|
||||
repeated wishDrawCardInfo infoList = 1;//不用status
|
||||
}
|
||||
|
||||
message choiceWishHeroResponse{
|
||||
repeated wishDrawCardInfo infoList = 1;
|
||||
optional int32 serverOpenTime = 2;//开服时间
|
||||
repeated int32 heroList = 3;//当天开启的英雄列表
|
||||
}
|
||||
|
||||
|
||||
// 乾坤宝盒-许愿魂印
|
||||
message beautyBagCardIndication{
|
||||
repeated beautyBagCardInfo infoList = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue