From c26d48d7ad3bc7e5edef40e696d0d10edd88add4 Mon Sep 17 00:00:00 2001 From: yuanshuai <243578945@qq.com> Date: Mon, 13 Dec 2021 11:57:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=80=8D=E9=81=A5?= =?UTF-8?q?=E6=B8=B8=E7=B4=AF=E8=AE=A1=E9=80=9A=E5=85=B3=E6=AC=A1=E6=95=B0?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index e33c927..8a565fc 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -358,6 +358,7 @@ import "CommonProto.proto"; } message JourneyGetInfoResponse{ repeated JourneyInfo infos = 1;//逍遥游数据 + optional int32 finishNum = 2;//逍遥游累计通关次数 } message JourneyGetOneInfoRequest{ optional int32 mapId = 1; From 96babcfc767d40ef0d7613d5f59bb083349d522c Mon Sep 17 00:00:00 2001 From: jiahuiwen Date: Tue, 14 Dec 2021 16:46:27 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=A5=9E=E5=B0=86=E5=9B=9E=E9=80=80?= 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 e50da92..582d1cd 100644 --- a/protos/HeroInfoProto.proto +++ b/protos/HeroInfoProto.proto @@ -230,6 +230,7 @@ import "CommonProto.proto"; message HeroReturnRequest{ optional string heroId = 1; + optional int32 type = 2; // 0:神将回归元 1:神将回退 } message HeroReturnResponse{ From a2f6dc1df4a4c28349b2f228e441bdde835a8a1c Mon Sep 17 00:00:00 2001 From: xuexinpeng Date: Thu, 23 Dec 2021 00:24:13 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B4=BB=E5=8A=A8=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E7=89=B9=E6=AE=8A=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 1 + protos/PlayerInfoProto.proto | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index d5d3fb2..e2a031b 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -85,6 +85,7 @@ enum MessageType{ WELFARE_RED_PACKET_SEND_REQUEST = 10057;//福利红包发送 WELFARE_RED_PACKET_SEND_RESPONSE = 10058; WELFARE_RED_PACKET_REQUEST = 10059; + SPECIAL_ACTIVITY_UPDATE_INDICATION = 10060 ;// 特殊活动更新推送 // B 10100 BUY_STORE_ITEM_REQUEST = 10100; // 购买商店物品 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 7fe9e8a..bb0069b 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -488,6 +488,12 @@ import "CommonProto.proto"; repeated int32 closeActivityId = 2; } + //特殊活动开启关闭 + message SpecailActivityUpateIndication{ + repeated int32 closeActivityId = 1; + } + + message GetForceRankInfoRequest{ optional int32 page = 1; //页数 optional int32 activiteId = 2; //活动ID