diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 5aa0c9e..ca42a0f 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -149,15 +149,10 @@ import "CommonProto.proto"; optional int32 state = 1; // 1:确认使用 0:取消 } - message SecretBoxFreeUseInfo{ - optional int32 id =1; - optional int32 times=3; //免费已使用次数 - } message GetSecretBoxInfoResponse{ optional int32 season =1;//当前周期id optional int32 count =2; //总抽取次数 - repeated SecretBoxFreeUseInfo secretBoxFreeUseInfo =4; // 免费已使用信息 } message SecretBoxRandomRequest{