diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 70e1907..8e54fc0 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -1577,8 +1577,9 @@ enum MessageType{ IsCrossIndication = 9000027; - - + //========================================================== 6000000 起为bt协议========================================================== + // gm修改器购买物品 + GmBuyGoodRequest = 6000001; } diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 03079e6..a7adf19 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -1253,4 +1253,9 @@ import "CommonProto.proto"; optional int32 levelId = 1; // 比数字小游戏当前关卡Id optional int32 completeNum = 2; // 比数字小游戏当前章节通关数量 repeated int32 rewardIdArr = 3; // 比数字小游戏存储已领取过的关卡累计奖励 (章节ID * 1000 + 累计关卡数) + } + + // ==============================bt协议============================== + message GmBuyGoodRequest{ + optional int32 goodsId = 1;//礼包id } \ No newline at end of file