From a72435a6500e00d0a8cbeeacbb19e830965c5d34 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 9 Jan 2020 11:27:19 +0800 Subject: [PATCH 1/5] hurt --- protos/FightInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 19727a1..af9a565 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -95,6 +95,7 @@ import "CommonProto.proto"; // 获得的道具 repeated Drop Drop = 1; optional ItemInfo ItemInfo =2; + optional int hurt = 3; } message FightRePlayRequest{ From 872858e5371aedcd3cf188a0ff7f0a22abd2e552 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 9 Jan 2020 11:29:13 +0800 Subject: [PATCH 2/5] fix --- protos/FightInfoProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index af9a565..fb7ed2d 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -95,7 +95,7 @@ import "CommonProto.proto"; // 获得的道具 repeated Drop Drop = 1; optional ItemInfo ItemInfo =2; - optional int hurt = 3; + optional int32 hurt = 3; } message FightRePlayRequest{ From d6b3dc6e700241e2af9982a3bd4a7c4bb1c24935 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Thu, 9 Jan 2020 13:42:17 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E6=88=98=E6=96=97=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/FightInfoProto.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index fb7ed2d..61fe78a 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -96,6 +96,7 @@ import "CommonProto.proto"; repeated Drop Drop = 1; optional ItemInfo ItemInfo =2; optional int32 hurt = 3; + optional FightData fightData=4 ; //战斗数据 } message FightRePlayRequest{ From 236504ee2c3bcefb8c118a25c75c005d08f94c13 Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 9 Jan 2020 14:52:20 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E7=82=B9=E8=B5=9E=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 6 ++++++ protos/MessageTypeProto.proto | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/protos/Family.proto b/protos/Family.proto index 70141ed..35bb146 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -336,4 +336,10 @@ import "CommonProto.proto"; optional string sendName = 3; optional int32 head = 4; optional int32 headFrame = 5; + } + message RedPackageLikeRequest{ + optional int32 uid = 1; + } + message GetAllSendLikeResponse{ + repeated int32 uid = 1; } \ No newline at end of file diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 3ef9680..3ef04da 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -454,6 +454,12 @@ enum MessageType{ J_GET_REDPACKAGE_DETAIL_REQUEST = 10907;//查看红包详情 J_GET_REDPACKAGE_DETAIL_RESPONSE = 10908; + + J_REDPACKAGE_SEND_LIKE_REQUEST = 10910;//红包榜点赞 + J_REDPACKAGE_SEND_LIKE_REQUEST = 10911; + + J_GET_ALL_SEND_LIKE_REQUEST = 10912;//获取今天点赞过的 + J_GET_ALL_SEND_LIKE_RESPONSE = 10913; // K 11000 // L 11100 From 9d1bfd3fb9684ed2d895917e8197bbec2eb9a67c Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 9 Jan 2020 14:56:35 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E7=82=B9=E8=B5=9E=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MessageTypeProto.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/MessageTypeProto.proto b/protos/MessageTypeProto.proto index 70085f1..8c8b2c2 100644 --- a/protos/MessageTypeProto.proto +++ b/protos/MessageTypeProto.proto @@ -456,7 +456,7 @@ enum MessageType{ J_GET_REDPACKAGE_DETAIL_RESPONSE = 10908; J_REDPACKAGE_SEND_LIKE_REQUEST = 10910;//红包榜点赞 - J_REDPACKAGE_SEND_LIKE_REQUEST = 10911; + J_REDPACKAGE_SEND_LIKE_RESPONSE = 10911; J_GET_ALL_SEND_LIKE_REQUEST = 10912;//获取今天点赞过的 J_GET_ALL_SEND_LIKE_RESPONSE = 10913;