From 08527cfb85a1921da1c819af3c7c212fbd9dcabd Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Fri, 29 Nov 2024 11:13:05 +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 | 5 ++++- proto/Gameapi.proto | 8 ++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/makedown/optimization.md b/makedown/optimization.md index 18d309e1..be081af8 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -410,7 +410,7 @@ message ResCardGive{ // 同意请求卡牌 message ReqAgreeCardGive{ - int32 Uid = 1; + string Id = 1; // Id } message ResAgreeCardGive{ @@ -584,6 +584,9 @@ message ResGetDailyWeekReward{ RES_CODE Code = 1; string Msg = 2; } + +message ReqDailyUnlock{} + ``` ## 头像 diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index e2683304..07d79961 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2628,7 +2628,11 @@ message ResGetDailyWeekReward{ RES_CODE Code = 1; string Msg = 2; } - +message ReqDailyUnlock{} +message ResDailyUnlock{ + RES_CODE Code = 1; + string Msg = 2; +} // 头像 message ResFaceInfo{ @@ -2952,7 +2956,7 @@ message ResDelFriend{ // 玩家榜单 message ReqRank{ - int32 Type = 1; // 1:玩家榜单 + int32 Type = 1; // 1:玩家榜单 2:全球榜单 } message ResRank{