From 54f9f38686a6b8a6dc2c2041dd63fb834706111e Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 25 Aug 2025 16:11:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=89=8B=E4=BB=BB=E5=8A=A1=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/Gameapi.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 5cedeabd..32ad22dd 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -1098,6 +1098,7 @@ message ReqGetGuideTaskReward{ message ResGetGuideTaskReward{ RES_CODE Code = 1; string Msg = 2; + int32 Id = 3;// 任务id } message ReqGetGuideActiveReward{ @@ -1107,6 +1108,7 @@ message ReqGetGuideActiveReward{ message ResGetGuideActiveReward{ RES_CODE Code = 1; string Msg = 2; + int32 Id = 3;// 进度奖励id } //日常任务