From 3c8f2c0d75482a573e7a90f87f4fbc723fa38d9f Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 4 Jan 2021 10:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E6=A3=AE=E7=BD=97=E9=98=B5?= =?UTF-8?q?=E5=AE=B9=E6=97=B6=20=E8=BF=94=E5=9B=9E=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index d59e003..a0389c0 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -312,6 +312,9 @@ import "CommonProto.proto"; message TrialHeroInfoSaveRequest{ repeated string heroIds = 1;//保存上阵英雄 } + message TrialHeroInfoSaveResponse{ + repeated TrialHeroInfo heroes = 1; + } message GetTrialBoxRewardRequest{ optional int32 type = 1;//0为单个领取,1为全部领取 }