更新协议
This commit is contained in:
parent
06d668fe63
commit
282effc912
@ -345,6 +345,8 @@ message ResCardInfo{
|
|||||||
message ResNotifyCardTimes{
|
message ResNotifyCardTimes{
|
||||||
int32 ExTimes = 1; //剩余兑换次数
|
int32 ExTimes = 1; //剩余兑换次数
|
||||||
int32 ReqTimes = 2; //剩余请求次数
|
int32 ReqTimes = 2; //剩余请求次数
|
||||||
|
repeated int32 ReqUid = 3; // 今日已请求的Uid
|
||||||
|
repeated int32 ExUid = 4; // 今日已置换的Uid
|
||||||
}
|
}
|
||||||
|
|
||||||
// 卡牌通知
|
// 卡牌通知
|
||||||
|
|||||||
@ -2393,6 +2393,8 @@ message ResCardInfo{
|
|||||||
message ResNotifyCardTimes{
|
message ResNotifyCardTimes{
|
||||||
int32 ExTimes = 1; //剩余兑换次数
|
int32 ExTimes = 1; //剩余兑换次数
|
||||||
int32 ReqTimes = 2; //剩余请求次数
|
int32 ReqTimes = 2; //剩余请求次数
|
||||||
|
repeated int32 ReqUid = 3; // 今日已请求的Uid
|
||||||
|
repeated int32 ExUid = 4; // 今日已置换的Uid
|
||||||
}
|
}
|
||||||
|
|
||||||
// 万能卡兑换
|
// 万能卡兑换
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user