master_huanxiang
parent
cb06b7ca65
commit
80ec97fbec
|
@ -204,29 +204,4 @@ message UpStarActivitySelectRequest{
|
||||||
message ExploreActivityIndication{
|
message ExploreActivityIndication{
|
||||||
optional int32 guildId = 1;//工会id
|
optional int32 guildId = 1;//工会id
|
||||||
optional int32 exploreKillMonsterNum = 2;//探索活动杀敌数
|
optional int32 exploreKillMonsterNum = 2;//探索活动杀敌数
|
||||||
}
|
|
||||||
|
|
||||||
// 心愿抽卡
|
|
||||||
message DesireDrawCardRequest{
|
|
||||||
optional int32 type = 1;//卡池类型
|
|
||||||
optional int32 tempId = 2;//物品id
|
|
||||||
}
|
|
||||||
|
|
||||||
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;
|
|
||||||
}
|
}
|
|
@ -1333,4 +1333,29 @@ message magicSoldierExchangeRequest{
|
||||||
optional string id2 = 2;//交换得第二个神兵
|
optional string id2 = 2;//交换得第二个神兵
|
||||||
}
|
}
|
||||||
message MagicSoldierExchangeResponse{
|
message MagicSoldierExchangeResponse{
|
||||||
|
}
|
||||||
|
|
||||||
|
// 心愿抽卡
|
||||||
|
message DesireDrawCardRequest{
|
||||||
|
optional int32 type = 1;//卡池类型
|
||||||
|
optional int32 tempId = 2;//物品id
|
||||||
|
}
|
||||||
|
|
||||||
|
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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue