From 5ae9a9dae9d1486d62858aca96b5beb319b58d74 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:43:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makedown/optimization.md | 1 + proto/Gameapi.proto | 1 + 2 files changed, 2 insertions(+) diff --git a/makedown/optimization.md b/makedown/optimization.md index 706d3371..2db489ed 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -940,6 +940,7 @@ message ResChampship{ int32 Score = 1; // 获得的总积分 int32 Reward = 2; // 当前已领取的档次 int32 EndTime = 3; // 结束时间 + int32 Period = 4; //周期 } message ReqChampshipReward{} diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index caa74886..73c8680b 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -3011,6 +3011,7 @@ message ResChampship{ int32 Score = 1; int32 Reward = 2; int32 EndTime = 3; + int32 Period = 4; } message ReqChampshipReward{}