diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index d4b12e4..9f2720b 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -84,6 +84,7 @@ enum MessageType{ WELFARE_RED_PACKET_INFO = 10056;//福利红包信息 WELFARE_RED_PACKET_SEND_REQUEST = 10057;//福利红包发送 WELFARE_RED_PACKET_SEND_RESPONSE = 10058; + WELFARE_RED_PACKET_REQUEST = 10059; // B 10100 BUY_STORE_ITEM_REQUEST = 10100; // 购买商店物品 diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 368f9bb..2a59011 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -897,3 +897,6 @@ import "CommonProto.proto"; message VipLevelStateRewardResponse{ optional Drop drop = 1; } + //福利红包请求 + message WelfareRedPacketRequest{ + }