diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 56e840c..af48e29 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -839,7 +839,14 @@ import "CommonProto.proto"; message PushWelfareResponse{ repeated int32 id = 1; } - //利红包推送 + //福利红包推送 message WelfareRedPacketPush{ repeated WelfareRedPacket redpacket = 1; - } \ No newline at end of file + } + //福利红包发送 + message WelfareRedPacketSendRequest{ + optional int32 id = 1; + } + message WelfareRedPacketSendResponse{ + repeated WelfareRedPacket redpacket = 1; + }