Merge branch 'master_test_gn_fabao' into master_test_gn

master_huanxiang
yuanshuai 2021-11-19 17:59:19 +08:00
commit 941aad2610
4 changed files with 16 additions and 1 deletions

View File

@ -1174,6 +1174,12 @@ option optimize_for = SPEED;
optional bool isBuy = 2;
optional int32 leaveGetRewardDays = 3; //
}
//
message FaBaoSoulInfo{
optional int32 id = 1;//id
optional int32 level = 2;//
}
//
message LingMaiSecret{

View File

@ -480,6 +480,12 @@ import "CommonProto.proto";
optional int32 skillId = 1;
}
//
message FaBaoSoulUpLvRequest{
optional int32 id = 1;
optional int32 level = 2;
}

View File

@ -1124,7 +1124,9 @@ enum MessageType{
HERO_GOD_SOUL_BIND_REQUEST = 20211;//
HERO_GOD_SOUL_BIND_RESPONSE = 20212;
FA_BAO_SOUL_UPLV_REQUEST = 20213;//
FA_BAO_SOUL_UPLV_RESPONSE = 20214;
//30000 使

View File

@ -88,6 +88,7 @@ import "CommonProto.proto";
optional int32 serverOpenTime = 47; //
optional int32 xiuweiLevel = 48; //
repeated PracticeSkillInfo practiceSkillInfos = 49;//
repeated FaBaoSoulInfo FaBaoSoulInfos = 50;//
}