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; //异妖相关 组件放置升级 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 99d53a4..4466563 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -458,9 +458,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; @@ -541,4 +542,8 @@ import "CommonProto.proto"; message ExchangeCdkRequest{ optional string key = 1; } + + message NotifyPaySuccessfulIndicaiton{ + optional int32 goodsId =1 ;// 购买商品id + } \ No newline at end of file