master_huanxiang
duhui 2023-06-01 16:30:42 +08:00
parent dc67bb0326
commit cb06b7ca65
2 changed files with 15 additions and 17 deletions

View File

@ -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;
}

View File

@ -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;