抽卡必出添加
parent
de2d2a0e2a
commit
68becb2670
|
@ -40,6 +40,7 @@ import "CommonProto.proto";
|
||||||
message HeroRandResponse{
|
message HeroRandResponse{
|
||||||
optional Drop drop =1 ;
|
optional Drop drop =1 ;
|
||||||
optional Drop extraBox = 2 ;//宝箱奖励
|
optional Drop extraBox = 2 ;//宝箱奖励
|
||||||
|
optional int32 mustCount = 3;//剩余必出次数
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -375,7 +376,7 @@ import "CommonProto.proto";
|
||||||
|
|
||||||
message ReplacePrupleMansionSealResponse{
|
message ReplacePrupleMansionSealResponse{
|
||||||
repeated PurpleMansionSeal sealList = 1;
|
repeated PurpleMansionSeal sealList = 1;
|
||||||
};
|
}
|
||||||
|
|
||||||
// 推送神印信息
|
// 推送神印信息
|
||||||
message PurpleMansionSealIndication{
|
message PurpleMansionSealIndication{
|
||||||
|
|
|
@ -80,6 +80,7 @@ import "CommonProto.proto";
|
||||||
optional int32 dailyredpack = 40;//每日福利红包领取次数
|
optional int32 dailyredpack = 40;//每日福利红包领取次数
|
||||||
optional int32 practiceLevel = 41;//修行等级
|
optional int32 practiceLevel = 41;//修行等级
|
||||||
repeated PurpleMansionSeal sealList = 42;//神印列表
|
repeated PurpleMansionSeal sealList = 42;//神印列表
|
||||||
|
optional int32 randomCount = 43;//抽卡剩余必出
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue