更新协议
This commit is contained in:
parent
3e82dcb322
commit
ceda1e3395
BIN
config/Item.xlsx
BIN
config/Item.xlsx
Binary file not shown.
Binary file not shown.
@ -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{
|
||||
|
||||
@ -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 金卡
|
||||
|
||||
Loading…
Reference in New Issue
Block a user