From 8ef7dbda3b237bb7ab7ae747a0b7112e067b1ea7 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Thu, 15 Aug 2024 17:05:16 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=9E=E7=8E=8B=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{