Merge branch 'dh_dev_draw' into master_test_gn

master_huanxiang
duhui 2021-06-30 15:07:31 +08:00
commit 359fb8871a
4 changed files with 40 additions and 2 deletions

View File

@ -991,3 +991,16 @@ option optimize_for = SPEED;
optional int32 key = 1;
optional int32 val = 2;
}
//
message wishDrawCardInfo{
optional int32 id = 1;//id
optional int32 heroTid = 2;//id
optional int32 status = 3;// 0: 1:
}
//
message randomTypeNum{
optional int32 type = 1;//
optional int32 num = 2;//
}

View File

@ -41,7 +41,7 @@ import "CommonProto.proto";
optional Drop drop =1 ;
optional Drop extraBox = 2 ;//
optional int32 mustCount = 3;//
repeated randomTypeNum drawTimes = 4;//
}
message TeamposSaveRequest{
@ -383,4 +383,18 @@ import "CommonProto.proto";
repeated PurpleMansionSeal sealList = 1;
}
//
message wishDrawCardIndication{
repeated wishDrawCardInfo infoList = 1;
}
message choiceWishHeroRequest{
repeated wishDrawCardInfo infoList = 1;//status
}
message choiceWishHeroResponse{
repeated wishDrawCardInfo infoList = 1;
}

View File

@ -1229,6 +1229,16 @@ enum MessageType{
choiceDrawCardRequest = 3040108;
choiceDrawCardResponse = 3040109;
//
wishDrawCardIndication = 3040123;
choiceWishHeroRequest = 3040124;
choiceWishHeroResponse = 3040125;
//800000global
GetWorldServerRequest = 800001;//ip
GetWorldServerResponse = 800002;

View File

@ -49,7 +49,7 @@ import "CommonProto.proto";
repeated int32 vipLeveTake = 7;
optional int32 userCreateTime = 8; //
repeated int32 redType = 9;//
optional int32 randCount = 10;//
optional int32 randCount = 10;//()
repeated EveryHeroHandBook heroHandBook = 11;//
repeated int32 equipHandBook = 12;//
repeated int32 towerReceivedReward = 13;//
@ -82,6 +82,7 @@ import "CommonProto.proto";
optional int32 practiceLevel = 41;//
repeated PurpleMansionSeal sealList = 42;//
optional int32 randomCount = 43;//
repeated randomTypeNum drawTimes = 44;//
}