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 } // 万能卡兑换