From 0c6f6cb07570f36035cddfba4c93fdc763dea550 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:58:52 +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 | 6 ++++++ proto/Gameapi.proto | 12 +++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/makedown/optimization.md b/makedown/optimization.md index baed00cd..b9d8ecb1 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -1133,6 +1133,12 @@ message ResShippingOrder{ } ``` +## 好友邀请 + +```protobuf + +``` + ## 后台 ## SDK diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 4b917c04..3aa62092 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2831,13 +2831,11 @@ message ResPlayerRank{ } message ResFriendLog{ - int32 Uid = 1; - string Name = 2; - int32 Face = 3; - int32 Avatar = 4; - int32 Level = 5; - int32 Type =6; - int32 Time = 7; + ResPlayerSimple Player = 1; + int32 Type =2; + int32 Time = 3; + string Param = 4; + string Id = 5; } message NotifyFriendCard{