diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 9d57fd1..9707519 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -768,7 +768,7 @@ message QueryBookImageResponse{ // 神王升级 message shenwangUpLvRequest{ optional string heroId = 1;//英雄唯一id - repeated string consumeHeroIds = 2;//消耗的英雄id + repeated ConsumeMaterial consumeMaterials = 2; //消耗英雄组信息 } message shenwangUpLvResponse{