更新协议

This commit is contained in:
hahwu 2024-11-29 12:15:58 +08:00
parent 06d668fe63
commit 282effc912
2 changed files with 4 additions and 0 deletions

View File

@ -345,6 +345,8 @@ message ResCardInfo{
message ResNotifyCardTimes{
int32 ExTimes = 1; //剩余兑换次数
int32 ReqTimes = 2; //剩余请求次数
repeated int32 ReqUid = 3; // 今日已请求的Uid
repeated int32 ExUid = 4; // 今日已置换的Uid
}
// 卡牌通知

View File

@ -2393,6 +2393,8 @@ message ResCardInfo{
message ResNotifyCardTimes{
int32 ExTimes = 1; //
int32 ReqTimes = 2; //
repeated int32 ReqUid = 3; // Uid
repeated int32 ExUid = 4; // Uid
}
//