From 3f7943b6fe0f286a4b9fa2f0345477c0cb58b5ee Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 9 Dec 2025 17:56:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=A0=E8=8A=82=E5=A5=96=E5=8A=B1=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index e6681a7e..23abfb15 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -832,11 +832,11 @@ message ResDecorateAll{ string Msg = 2; } -message ReqDecorateReward{ +message ReqAreaReward{ int32 AreaId = 1; } -message ResDecorateReward{ +message ResAreaReward{ RES_CODE Code = 1; string Msg = 2; }