From c962861acc30273b61895b73824f63f8859dc6f0 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Sun, 28 Apr 2024 20:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=94=E6=95=B0=E5=B0=8F=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E6=8C=82=E6=9C=BA=E5=A5=96=E5=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 4 ++++ protos/PlayerInfoProto.proto | 8 ++++++++ 2 files changed, 12 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 2b3f572..173fe16 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1725,6 +1725,10 @@ enum MessageType{ CrossServerStatusRequest = 7000013; CrossServerStatusResponse = 7000014; + // 比数小游戏挂机奖励 + CompareNumRewardRequest = 7000015; + CompareNumRewardResponse = 7000016; + } diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 8b11af8..7c465cd 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1266,6 +1266,14 @@ message GetCompareNumInfoResponse { optional int32 levelId = 1; // 比数字小游戏当前关卡Id optional int32 completeNum = 2; // 比数字小游戏当前章节通关数量 repeated int32 rewardIdArr = 3; // 比数字小游戏存储已领取过的关卡累计奖励 (章节ID * 1000 + 累计关卡数) + optional int64 rewardStartTime = 4;//挂机奖励开始时间 +} + +message CompareNumRewardRequest{ +} + +message CompareNumRewardResponse{ + optional Drop drop = 1;//掉落 } message GmBuyGoodRequest{