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; //剩余金卡交换次数 }