From 873647b9be3e6462e1507eb92ed1937254698762 Mon Sep 17 00:00:00 2001 From: mengchengzhen <13682025901@163.com> Date: Thu, 20 May 2021 11:15:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=8F=E5=88=A9=E7=BA=A2=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/PlayerInfoProto.proto | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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; + }