From ff151b470d269f638055947bfef06cdb0cd531fe Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 16 May 2019 20:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=82=E6=9C=BA=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + protos/FightInfoProto.proto | 4 ++++ protos/MessageTypeProto.proto | 2 ++ 3 files changed, 7 insertions(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index e6e6ddc..6947790 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -140,6 +140,7 @@ option optimize_for = SPEED; optional string bossId =2; optional int32 bossGroupId =3; optional int32 remainTime =4; + optional string findUserName = 5 ;// 发现者名字 } message AdventureStateInfo{ diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 6670af6..d39007f 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -154,5 +154,9 @@ import "CommonProto.proto"; optional AdventureRankItemInfo myInfo =2; } + message AdventureBossFindIndication{ + optional AdventureBossSimpleInfo adventureBossSimpleInfo =1; + } + diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 1ed9af8..1030b28 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -59,6 +59,8 @@ enum MessageType{ ADVENTURE_FLUSH_BOSS_REQUEST = 10032; //刷新我发现boss状态信息 ADVENTURE_FLUSH_BOSS_RESPONSE = 10033; + ADVENTURE_BOSS_FIND_INDICATION = 10044; //挂机boss分享到世界推送消息 + // B 10100 BUY_STORE_ITEM_REQUEST = 10100; // 购买商店物品 BUY_STORE_ITEM_RESPONSE = 10101;