From eebdb8de23468178dc5d8b0e609bc1ab02c7d970 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 16 Sep 2019 13:35:34 +0800 Subject: [PATCH 1/4] tean info --- protos/PlayerInfoProto.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 620fc9a..32c51ad 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -457,9 +457,10 @@ import "CommonProto.proto"; message SignInResponse{ optional Drop drop =1 ; } - //获取第一编队信息 + //获取编队信息 message GetPlayerOneTeamInfoRequest{ optional int32 playerId = 1; + optional int32 teamId = 2; } message GetPlayerOneTeamInfoResponse{ optional TeamOneInfo teamInfo = 1; From e1ea7c0e19272d787d5149a7f04b7f1940954287 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 16 Sep 2019 17:06:21 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=85=85=E5=80=BC=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 81da41b..cafb63f 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -456,6 +456,7 @@ enum MessageType{ MAP_OUT_INDICATION = 11235; // N 11300 + NOTIFY_PAY_SUCCESS_INDICATION = 11300 ; // 通知前端充值成功 // O 11400 // P 11500 POKEMON_COMONPENT_LEVELUP_REQUEST = 11500; //异妖相关 组件放置升级 From f98fd74cfc6727b970de9c1894414b82f02fc2e5 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 16 Sep 2019 17:09:11 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E5=95=86=E5=93=81id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 32c51ad..7d1e7b0 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -541,4 +541,8 @@ import "CommonProto.proto"; message ExchangeCdkRequest{ optional string key = 1; } + + message notifyPaySuccessfulIndicaiton{ + optional int32 goodsId =1 ;// 购买商品id + } \ No newline at end of file From f99f3efa1eeb10a77f09e0d903975dd2a51fb3f9 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Mon, 16 Sep 2019 17:11:32 +0800 Subject: [PATCH 4/4] fix name --- protos/PlayerInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 7d1e7b0..d095ee2 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -542,7 +542,7 @@ import "CommonProto.proto"; optional string key = 1; } - message notifyPaySuccessfulIndicaiton{ + message NotifyPaySuccessfulIndicaiton{ optional int32 goodsId =1 ;// 购买商品id } \ No newline at end of file