获取抽卡剩余次数
parent
0e209cc664
commit
1e1b32f6d6
|
|
@ -376,7 +376,7 @@ import "CommonProto.proto";
|
|||
|
||||
message ReplacePrupleMansionSealResponse{
|
||||
repeated PurpleMansionSeal sealList = 1;
|
||||
};
|
||||
}
|
||||
|
||||
// 推送神印信息
|
||||
message PurpleMansionSealIndication{
|
||||
|
|
|
|||
|
|
@ -80,6 +80,7 @@ import "CommonProto.proto";
|
|||
optional int32 dailyredpack = 40;//每日福利红包领取次数
|
||||
optional int32 practiceLevel = 41;//修行等级
|
||||
repeated PurpleMansionSeal sealList = 42;//神印列表
|
||||
optional int32 randomCount = 43;//抽卡剩余必出
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue