master_huanxiang
duhui 2023-06-01 16:39:11 +08:00
parent cb06b7ca65
commit 80ec97fbec
2 changed files with 25 additions and 25 deletions

View File

@ -204,29 +204,4 @@ message UpStarActivitySelectRequest{
message ExploreActivityIndication{
optional int32 guildId = 1;//id
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;
}

View File

@ -1333,4 +1333,29 @@ message magicSoldierExchangeRequest{
optional string id2 = 2;//
}
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;
}