diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 894f90f..cccb2a6 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -85,6 +85,7 @@ import "CommonProto.proto"; message SoulEquipWearRequest{ optional string heroId =1 ; //所穿英雄id repeated SoulEquipPos soulEquipIds =2 ; //装备id + optional int32 type= 3; //1 一键装备 } message SoulEquipUnLoadWearRequest{ optional string heroId =1 ; //所穿英雄id