From d1f2ac67f382edaab22e31e7d78a02df594cd5d4 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:05:49 +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 e7d7e845..2566bdc9 100644 --- a/makedown/optimization.md +++ b/makedown/optimization.md @@ -767,6 +767,7 @@ message ResPlayerSimple{ int32 Decorate = 6; int32 login = 7; int32 loginout = 8; + string Facebook = 9; } // 好友日志 diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index cbd88220..088430b3 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2816,6 +2816,7 @@ message ResPlayerSimple{ int32 Decorate = 6; int32 login = 7; int32 loginout = 8; + string Facebook = 9; } message ResFriendLog{