抽卡剩余必中
parent
2f40a633cd
commit
c547473d1e
|
|
@ -42,6 +42,7 @@ message HeroRandResponse{
|
|||
optional Drop extraBox = 2 ;//宝箱奖励
|
||||
optional int32 mustCount = 3;//剩余必出次数
|
||||
repeated randomTypeNum drawTimes = 4;//类型抽卡次数
|
||||
optional int32 fabaoMustCount = 5;//法宝剩余必出次数
|
||||
}
|
||||
|
||||
message TeamposSaveRequest{
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ message GetPlayerInfoResponse{
|
|||
repeated int32 vipLeveTake = 7;
|
||||
optional int32 userCreateTime = 8; // 玩家创角时间
|
||||
repeated int32 redType = 9;// 红点信息
|
||||
optional int32 randCount = 10;//已招募次数(废弃)
|
||||
optional int32 randCount = 10;//法宝抽卡剩余必出
|
||||
repeated EveryHeroHandBook heroHandBook = 11;//英雄图鉴
|
||||
repeated int32 equipHandBook = 12;//装备图鉴
|
||||
repeated int32 towerReceivedReward = 13;//试炼已领取奖励层数
|
||||
|
|
@ -82,7 +82,7 @@ message GetPlayerInfoResponse{
|
|||
optional int32 dailyredpack = 40;//每日福利红包领取次数
|
||||
optional int32 practiceLevel = 41;//修行等级
|
||||
repeated PurpleMansionSeal sealList = 42;//神印列表
|
||||
optional int32 randomCount = 43;//抽卡剩余必出
|
||||
optional int32 randomCount = 43;//英雄抽卡剩余必出
|
||||
repeated randomTypeNum drawTimes = 44;//类型抽卡总次数
|
||||
repeated HelpFightList helpFightList = 45;//已选取的助战信息
|
||||
repeated SixiangxinfaInfo sixiangInfos = 46;//四象心法数据
|
||||
|
|
|
|||
Loading…
Reference in New Issue