From 0c5dc532e50d78ba509fea05d0c66827e54dc3a2 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Thu, 22 May 2025 10:14:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AE=A2=E5=8D=95=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 985f2043..e89c7e36 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -641,6 +641,7 @@ message ResHandbookAllReward{ message ReqRewardOrder{ int32 OrderId = 1; map mChessData = 2; + repeated int32 ActType = 3; // 活动类型 } message ResRewardOrder{