From 282effc912cb342193506d3918efd01c100886fa Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:15:58 +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 --- makedown/optimization.md | 2 ++ proto/Gameapi.proto | 2 ++ 2 files changed, 4 insertions(+) diff --git a/makedown/optimization.md b/makedown/optimization.md index 8104473d..8608c703 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -345,6 +345,8 @@ message ResCardInfo{ message ResNotifyCardTimes{ int32 ExTimes = 1; //剩余兑换次数 int32 ReqTimes = 2; //剩余请求次数 + repeated int32 ReqUid = 3; // 今日已请求的Uid + repeated int32 ExUid = 4; // 今日已置换的Uid } // 卡牌通知 diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index c204bd18..93efa9b9 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2393,6 +2393,8 @@ message ResCardInfo{ message ResNotifyCardTimes{ int32 ExTimes = 1; //剩余兑换次数 int32 ReqTimes = 2; //剩余请求次数 + repeated int32 ReqUid = 3; // 今日已请求的Uid + repeated int32 ExUid = 4; // 今日已置换的Uid } // 万能卡兑换