更新协议

This commit is contained in:
hahwu 2024-11-28 18:40:01 +08:00
parent 3e82dcb322
commit ceda1e3395
4 changed files with 11 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -341,6 +341,11 @@ message ResCardInfo{
repeated int32 ExUid = 10; // 今日已置换的Uid
}
message ResNotifyCardTimes{
int32 ExTimes = 1; //剩余兑换次数
int32 ReqTimes = 2; //剩余请求次数
}
// 卡牌通知
message ResNotifyCard{
map<int32, int32> Card = 1; // 卡牌
@ -1093,7 +1098,7 @@ message ResPlayerRank{
// 玩家榜单
message ReqRank{
int32 Type = 1; // 1:玩家榜单 2:锦标赛榜单
int32 Type = 1; // 1:玩家榜单
}
message ResRank{

View File

@ -2389,6 +2389,11 @@ message ResCardInfo{
repeated int32 ExUid = 10; // Uid
}
message ResNotifyCardTimes{
int32 ExTimes = 1; //
int32 ReqTimes = 2; //
}
//
message ReqMasterCard{
int32 Id = 1; // id 6 7