diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index e43f365..bba5bfd 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -90,7 +90,7 @@ option optimize_for = SPEED; optional int32 star = 5; optional int32 skinId = 6; - repeated string equipIdList = 8; + repeated int32 equipIdList = 8; optional int32 createTime = 9; //入手时间 optional int32 starBreakId = 10 ;//升星对应的breakId diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 0a042d6..c20a715 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -196,8 +196,7 @@ import "CommonProto.proto"; } message ComplexEquipResponse{ - repeated string equipIds =1;//消耗的装备 - optional Drop drop = 2;//合成的装备 + optional Drop drop = 1;//合成的装备 }