Revert "Merge branch 'master_test_gn' of http://60.1.1.230/backend/jieling_protocol into master_test_gn"

This reverts commit a6721e2f5c, reversing
changes made to c187fb3c49.
master_huanxiang
yuanshuai 2021-09-09 20:37:46 +08:00
parent a6721e2f5c
commit 991a16eebd
4 changed files with 1 additions and 45 deletions

View File

@ -1025,20 +1025,6 @@ option optimize_for = SPEED;
optional string windowLink = 3;//
}
//
message SixiangxinfaPropertyInfo{
optional int32 propertyId = 1;//id
optional int32 propertyNum=2;//
}
//
message SixiangxinfaInfo{
optional int32 professionId = 1;//id
optional int32 level = 2;//
repeated SixiangxinfaPropertyInfo propertyInfoList=3;//
}
//
message FourChallengeInfo{
optional int32 type = 1;//

View File

@ -413,30 +413,7 @@ import "CommonProto.proto";
repeated beautyBagCardInfo infoList = 1;
}
//
message SixiangUpRequest{
optional int32 professionId = 1;
}
message SixiangUpResponse{
repeated SixiangxinfaPropertyInfo infoList = 1;
}
//
message SixiangUpStarRequest{
optional int32 professionId = 1;
}
message SixiangUpStarResponse{
optional int32 starLv = 1;
repeated SixiangxinfaPropertyInfo infoList = 2;
}

View File

@ -1100,12 +1100,6 @@ enum MessageType{
//20111 - 20200
EQUIP_COMPLEX_REQUEST = 20111;//
EQUIP_COMPLEX_RESPONSE = 20112;
SIXIANG_UP_REQUEST = 20201;//
SIXIANG_UP_RESPONSE = 20202;
SIXIANG_UP_STAR_REQUEST = 20203;//
SIXIANG_UP_STAR_RESPONSE = 20204;

View File

@ -83,8 +83,7 @@ import "CommonProto.proto";
repeated PurpleMansionSeal sealList = 42;//
optional int32 randomCount = 43;//
repeated randomTypeNum drawTimes = 44;//
repeated SixiangxinfaInfo sixiangInfos = 45;//
repeated HelpFightList helpFightList = 46;//
repeated HelpFightList helpFightList = 45;//
}