From 23b6b643344289bad7c11bcf230fd91cb50a6b88 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Mon, 13 Jul 2020 10:46:13 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=89=93=E7=82=B9=E8=AE=BF=E5=AE=A2id?= 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 2916a11..7c596c7 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -23,6 +23,7 @@ import "CommonProto.proto"; optional string openId =10; //openID optional string channel_s=11; //渠道 ID optional string platform_s=12;// 平台类型 + optional string distinct_id = 13;//访客id } message LoginResponse{ From 608c5f847c71748cb820d5e67bc7a2afdf59f89e Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 16 Jul 2020 16:45:48 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E7=82=B8=E5=BC=B9=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=AC=A1=E6=95=B0=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 02073a0..0bd89bb 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -172,6 +172,8 @@ import "CommonProto.proto"; repeated int32 trialRewardInfo = 7;//试炼领奖信息 optional int32 killCount = 8;//已杀小怪数量 + + optional int32 bombUsed = 9;//炸弹已使用次数 } From 6c52552e21a12278a59902f54adc40137938ef4f Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Fri, 24 Jul 2020 01:22:15 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E6=8E=A2=E5=AE=9D?= =?UTF-8?q?=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 7c596c7..528a1f3 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -69,6 +69,7 @@ import "CommonProto.proto"; repeated MonthCardInfo monthinfos = 29;//月卡 repeated int32 dailyChallengeInfo = 30;//每日挑战信息 optional int32 expeditionLeve =31 ; //猎妖之路阶段 -1 待选择 + optional int32 hadLuckTime = 32;//幸运探宝次数 } @@ -383,6 +384,7 @@ import "CommonProto.proto"; optional int32 lastFeteType =11 ; // 上次祭祀类型 //每日清除 5点推送 repeated int32 takeFeteReward =12 ; // 祭祀领取进度 optional int32 expeditionLeve =13 ; //猎妖之路阶段 -1 待选择 + optional int32 hadLuckTime = 14;//幸运探宝次数 } From f7194e06f212eac96e1ace3fa8804ef5ccf37253 Mon Sep 17 00:00:00 2001 From: zhangshanxue Date: Mon, 27 Jul 2020 21:32:32 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E5=B9=B8=E8=BF=90=E6=8E=A2=E5=AE=9D?= =?UTF-8?q?=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 528a1f3..9fb2a64 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -70,6 +70,7 @@ import "CommonProto.proto"; repeated int32 dailyChallengeInfo = 30;//每日挑战信息 optional int32 expeditionLeve =31 ; //猎妖之路阶段 -1 待选择 optional int32 hadLuckTime = 32;//幸运探宝次数 + optional int32 hadAdvanceLuckTime = 33;//高级幸运探宝次数 } @@ -385,6 +386,7 @@ import "CommonProto.proto"; repeated int32 takeFeteReward =12 ; // 祭祀领取进度 optional int32 expeditionLeve =13 ; //猎妖之路阶段 -1 待选择 optional int32 hadLuckTime = 14;//幸运探宝次数 + optional int32 hadAdvanceLuckTime = 15;//高级幸运探宝次数 }