From 1804805cf5bf0fef55f8caa0ec960a1d9d96b292 Mon Sep 17 00:00:00 2001 From: duhui Date: Wed, 21 Jul 2021 16:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=83=E6=84=BF=E6=8A=BD=E5=8D=A1=EF=BC=8C?= =?UTF-8?q?=E6=9C=80=E6=96=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index dbb2a83..e9816ed 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -395,7 +395,8 @@ import "CommonProto.proto"; message choiceWishHeroResponse{ repeated wishDrawCardInfo infoList = 1; - + optional int32 serverOpenTime = 2;//开服时间 + repeated int32 heroList = 3;//当天开启的英雄列表 }