From 3034b031af68452bc295ece22540c89649121422 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 19 Oct 2019 15:36:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AD=99=E9=BE=99=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index d6c7b78..3f3d673 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -51,7 +51,7 @@ import "CommonProto.proto"; repeated int32 equipHandBook = 12;//装备图鉴 repeated int32 towerReceivedReward = 13;//试炼已领取奖励层数 repeated GoodsTypeDuration goodsTypeDuration = 14; // 已购买商品结束时间 - optional int32 treasureScore = 15; // 孙龙的宝藏分数 + optional int32 treasureLevel = 15; // 孙龙的宝藏等级 optional int32 hadBuyTreasure = 16; // 是否购买孙龙的宝藏 optional SignInInfo SignInInfo =17;//签到 optional int32 firstTenth = 18;//首次十连是否用过 From bc428daa75be2103b49a04dcff41ebef816c15da Mon Sep 17 00:00:00 2001 From: lvxinran Date: Sat, 19 Oct 2019 15:49:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AD=99=E9=BE=99=E5=AE=9D=E8=97=8F?= =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E7=AD=89=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 27c9c6c..6190cd5 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -594,4 +594,9 @@ import "CommonProto.proto"; optional int32 duration = 3;//挂机时长 repeated AdventureBossSimpleInfo adventureBossSimpleInfo =4; } + //快速购买孙龙宝藏等级 + message QuickBuyTreasureLevelRequest{ + optional int32 level = 1;//最终升到的等级 + } + \ No newline at end of file