特训协议
parent
29587b0704
commit
6faccd1aba
|
@ -529,10 +529,10 @@ option optimize_for = SPEED;
|
|||
}
|
||||
|
||||
message ItemInfo{
|
||||
optional int32 templateId = 1;//模板ID
|
||||
optional int64 overlap = 2;//堆叠数量
|
||||
optional int32 nextRefreshTime =3; //下次刷新时间
|
||||
}
|
||||
optional int32 templateId = 1;//模板ID
|
||||
optional int64 overlap = 2;//堆叠数量
|
||||
optional int32 nextRefreshTime =3; //下次刷新时间
|
||||
}
|
||||
|
||||
message RankInfo{
|
||||
optional int32 rank = 1;
|
||||
|
|
|
@ -685,6 +685,10 @@ message TrainingResponse{
|
|||
message TrainingUnlockSkillRequest {
|
||||
optional string heroId = 1;//英雄唯一id
|
||||
optional int32 unlockId = 2;//解锁技能列id,表train
|
||||
repeated string pokemonIds = 3;// 解锁消耗的灵兽id列表
|
||||
repeated string magicSoldierIds = 4;// 解锁消耗的神兵id列表
|
||||
repeated string consumeHeroIds = 5;// 解锁消耗的英雄id列表
|
||||
repeated Item items = 6;// 消耗的其他道具列表
|
||||
}
|
||||
|
||||
// 特训激活下一级
|
||||
|
|
Loading…
Reference in New Issue