From 27586e116665c650b3c858b2e23e1e1d500820ef Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Wed, 11 Sep 2019 10:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E9=94=AE=E8=A3=85=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/HeroInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/HeroInfoProto.proto b/protos/HeroInfoProto.proto index 894f90f..cccb2a6 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -85,6 +85,7 @@ import "CommonProto.proto"; message SoulEquipWearRequest{ optional string heroId =1 ; //所穿英雄id repeated SoulEquipPos soulEquipIds =2 ; //装备id + optional int32 type= 3; //1 一键装备 } message SoulEquipUnLoadWearRequest{ optional string heroId =1 ; //所穿英雄id