保存森罗阵容时 返回数据

master_huanxiang 2021.01.13online
lvxinran 2021-01-04 10:05:35 +08:00
parent 6055543e05
commit 3c8f2c0d75
1 changed files with 3 additions and 0 deletions

View File

@ -312,6 +312,9 @@ import "CommonProto.proto";
message TrialHeroInfoSaveRequest{
repeated string heroIds = 1;//
}
message TrialHeroInfoSaveResponse{
repeated TrialHeroInfo heroes = 1;
}
message GetTrialBoxRewardRequest{
optional int32 type = 1;//01
}