From 35aa61409f3ecceb2cfaf4c6a237c803cc25e83c Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 3 Jun 2019 17:38:52 +0800 Subject: [PATCH] delete unuse --- protos/PlayerInfoProto.proto | 5 ----- 1 file changed, 5 deletions(-) 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{