From f4e2d373eb9e686ae1128ebf35789bb1e793a1ed Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 21 Jan 2021 10:16:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AD=E8=BD=AC=E4=B9=BE=E5=9D=A4=E6=B4=BB?= =?UTF-8?q?=E5=8A=A8id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/ActivityProto.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protos/ActivityProto.proto b/protos/ActivityProto.proto index 520dd9c..d980dd7 100644 --- a/protos/ActivityProto.proto +++ b/protos/ActivityProto.proto @@ -56,7 +56,12 @@ import "CommonProto.proto"; } message UpgradeGodTreeResponse{ } + //扭转乾坤 + message GoodLuckRequest{ + optional int32 activityId = 1; + } + message GoodLuckResponse{ optional int32 index = 1; optional Drop drop = 2;