From d0277fe5330bb447cd70a58808a592dbb8669e87 Mon Sep 17 00:00:00 2001 From: mengchengzhen <13682025901@163.com> Date: Mon, 26 Apr 2021 10:45:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E7=A4=BC=E5=8C=85=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 | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index dbe445a..449114a 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -887,6 +887,8 @@ enum MessageType{ EQUIP_UPLEVEL_REQUEST = 11848;//装备升星(云游商人) EQUIP_UPLEVEL_RESPONSE = 11849; + + PUSH_WELFARE_RESPONSE = 11850;//推送礼包 // T 11900 TRIGGER_EVENT_REQUEST = 11900; // TRIGGER_EVENT_RESPONSE = 11901; diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 0e1ee70..aaf2b8c 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -834,4 +834,8 @@ import "CommonProto.proto"; message EquipUpLevelResponse{ optional bool result = 1; optional Drop drop = 2; + } + //推送礼包推送 + message PushWelfareResponse{ + repeated int32 id = 1; } \ No newline at end of file