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{