获取抽卡剩余次数

lvxinran 2021-06-12 11:59:33 +08:00
parent 0e209cc664
commit 1e1b32f6d6
2 changed files with 2 additions and 1 deletions

View File

@ -376,7 +376,7 @@ import "CommonProto.proto";
message ReplacePrupleMansionSealResponse{
repeated PurpleMansionSeal sealList = 1;
};
}
//
message PurpleMansionSealIndication{

View File

@ -80,6 +80,7 @@ import "CommonProto.proto";
optional int32 dailyredpack = 40;//
optional int32 practiceLevel = 41;//
repeated PurpleMansionSeal sealList = 42;//
optional int32 randomCount = 43;//
}