From 8516196ccb71a2a1c1231176d4956351f9a4e8dc Mon Sep 17 00:00:00 2001 From: lvxinran Date: Wed, 8 Jan 2020 11:13:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=A2=E5=8C=85id=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/CommonProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index ddf2681..c45a92e 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -721,6 +721,7 @@ option optimize_for = SPEED; optional int32 redId = 2;//红包Id optional int32 isGet = 3; //本人是否已领取过 optional int32 getCount = 4;//已领取个数 + optional int32 redType = 5;//红包类型Id,对应表中ID } message RedOneDetail{ optional int32 uid = 1;