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{