From b247048d2e2452515d9409db9fd34e1b806fb48a Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Sun, 25 Jun 2023 19:00:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A9=E9=99=8D=E7=A4=BC=E5=8C=85=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ActivityProto.proto | 6 ++++++ protos/CommonProto.proto | 14 +++++++++++++- protos/MessageTypeProto.proto | 3 +++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index ef991e8..91beabe 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -204,4 +204,10 @@ message UpStarActivitySelectRequest{ message ExploreActivityIndication{ optional int32 guildId = 1;//工会id optional int32 exploreKillMonsterNum = 2;//探索活动杀敌数 +} + +message GetGmSingleActivityRequest{ +} +message GetGmSingleActivityResponse{ + repeated GmSingleGift gmSingleInfo = 1; } \ No newline at end of file diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index b947190..ba0ba1e 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -1321,4 +1321,16 @@ option optimize_for = SPEED; optional int32 time = 4;//时间 } - \ No newline at end of file + message GmSingleActivity{ + optional string id = 1; + optional string name = 2; + optional int64 endTime = 3; + repeated GmSingleGift missions = 4; + } + + message GmSingleGift{ + optional int32 giftId = 1; + optional int32 sort = 2; + optional string name = 3; + optional string discount = 4; + } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index c473cdf..ffc0bba 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1540,6 +1540,9 @@ enum MessageType{ DESIRE_DRAW_CARD_REQUEST = 3050223; DESIRE_DRAW_CARD_RESPONSE = 3050224; + GetGmSingleActivityRequest = 3050225; + GetGmSingleActivityResponse = 3050226; + //==========================================================800000起为global 协议========================================================== GetWorldServerRequest = 800001;//获取世界服ip