From c8bd477245d9081544cca37298d26566dfd1a804 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Wed, 8 May 2024 18:13:17 +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/PlayerInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 7c465cd..81acdc0 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1266,7 +1266,7 @@ message GetCompareNumInfoResponse { optional int32 levelId = 1; // 比数字小游戏当前关卡Id optional int32 completeNum = 2; // 比数字小游戏当前章节通关数量 repeated int32 rewardIdArr = 3; // 比数字小游戏存储已领取过的关卡累计奖励 (章节ID * 1000 + 累计关卡数) - optional int64 rewardStartTime = 4;//挂机奖励开始时间 + optional int32 rewardStartTime = 4;//挂机奖励开始时间 } message CompareNumRewardRequest{