From 8a2cc3842a9f809aaaaa6480c6b1afa5402a2469 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 10 Oct 2019 11:27:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=92=E7=81=B5=E7=A7=98=E5=AE=9D=E7=AD=89?= =?UTF-8?q?=E7=BA=A7=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 2 ++ protos/PlayerInfoProto.proto | 3 +++ 2 files changed, 5 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 92379c8..7f78534 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -661,6 +661,8 @@ enum MessageType{ TO_BE_STRONGER_RESPONSE = 11915; TREASURE_REFRESH_INDICATION = 11916;//戒灵秘宝刷新推送 + + TREASURE_LEVELUP_INDICATION = 11917;//戒灵秘宝等级提升推送 // U 12000 UP_HERO_LEVEL_REQUEST = 12000; // 升级或突破 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index a0eb28e..107466b 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -606,5 +606,8 @@ import "CommonProto.proto"; message TreasureRefreshIndication{ repeated RefreshTask tasks = 1;//刷新任务信息 } + message TreasureLevelUpIndication{ + optional int32 level = 1;//推送戒灵秘宝等级 + } \ No newline at end of file