From a8fb06850b692c3d07d539d9bcdbeb7e7fe7bd3e Mon Sep 17 00:00:00 2001 From: wangyuan Date: Wed, 30 Oct 2019 10:23:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=82=E6=9C=BA=E5=A5=96=E5=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 9791e7c..76f772f 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -599,6 +599,7 @@ import "CommonProto.proto"; optional int32 state = 2 ;// 1 已开启但未通过 2 :已通过 -1:代表等级卡 optional int32 duration = 3;//挂机时长 repeated AdventureBossInfo adventureBossInfo =4; + optional string reward = 5; } //快速购买孙龙宝藏等级 message QuickBuyTreasureLevelRequest{