From b3ec151eaedb22a0fe6782bc56bba898e92a4489 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Wed, 25 Dec 2024 17:22:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 83ae22f3..a5aced08 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -560,8 +560,8 @@ message ResCardInfo{ int32 ReqTimes = 6; //剩余请求次数 map AllCard = 7; // 万能卡牌 int32 EndTime = 8; //周期结束时间 - repeated int32 ReqUid = 9; // 今日已请求的Uid - repeated int32 ExUid = 10; // 今日已置换的Uid + repeated int64 ReqUid = 9; // 今日已请求的Uid + repeated int64 ExUid = 10; // 今日已置换的Uid int32 GoldTimes = 11; //剩余金卡交换次数 int32 Round = 12; // 轮次 } @@ -569,8 +569,8 @@ message ResCardInfo{ message ResNotifyCardTimes{ int32 ExTimes = 1; //剩余兑换次数 int32 ReqTimes = 2; //剩余请求次数 - repeated int32 ReqUid = 3; // 今日已请求的Uid - repeated int32 ExUid = 4; // 今日已置换的Uid + repeated int64 ReqUid = 3; // 今日已请求的Uid + repeated int64 ExUid = 4; // 今日已置换的Uid int32 GoldTimes = 5; //剩余金卡交换次数 }