From 36728ebb380e6c10bcd0c26c33d9ae12e89144bf Mon Sep 17 00:00:00 2001 From: wangyuan Date: Tue, 17 Sep 2019 10:17:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=93=E5=85=B7=E7=9B=B4=E8=B4=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 2 ++ protos/PlayerInfoProto.proto | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index cafb63f..d16a91d 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -131,6 +131,8 @@ enum MessageType{ DIFFICULT_MAP_OPTION_RECORD_REQUEST = 10304;//精英副本选择记录 DIFFICULT_MAP_OPTION_RECORD_RESPONSE = 10305; + + DIRECT_BUY_GOODS_INDICATION = 10306; //道具直购 // E 10400 ERROR_CODE_INDICATION = 10400; diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 4466563..cf8688c 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -546,4 +546,9 @@ import "CommonProto.proto"; message NotifyPaySuccessfulIndicaiton{ optional int32 goodsId =1 ;// 购买商品id } + + message DirectBuyIndication{ + optional int32 goodsId = 1; // 索购买的商品id + optional Drop drop = 2; // + } \ No newline at end of file