Merge branch 'master_test_hw' into master_test_skin

master_huanxiang
lvxinran 2020-11-06 10:19:45 +08:00
commit a9bcef1d37
3 changed files with 13 additions and 0 deletions

View File

@ -21,3 +21,12 @@ import "CommonProto.proto";
message GetShejiAwardResponse{
optional Drop drop = 1;
}
//
message SeletSubRewardPoolRequest{
optional int32 selectId = 1;
optional int32 activityId = 2;
}
message SeletSubRewardPoolResponse{
}

View File

@ -753,6 +753,7 @@ option optimize_for = SPEED;
optional int32 star = 2;
optional int32 level =3;
optional double remainHp =4;//
optional int32 position = 5; // 1 2 3 4
}
message ExpeditionTeamInfo{

View File

@ -1092,6 +1092,9 @@ enum MessageType{
GetShejiAwardRequest = 303655;//
GetShejiAwardResponse = 303656;
//303671 - 30380
SeletSubRewardPoolRequest = 303671;//
SeletSubRewardPoolResponse = 303672;
}