From 38f0547dc089d3b403a3fa8163eae2a245f8d410 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:12:29 +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 --- proto/Gameapi.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/Gameapi.proto b/proto/Gameapi.proto index 088430b3..d1c7a654 100644 --- a/proto/Gameapi.proto +++ b/proto/Gameapi.proto @@ -2858,6 +2858,7 @@ message ResKv{ // 好友推荐 +message ReqFriendRecommend{} message ResFriendRecommend{ repeated ResPlayerSimple List = 1; }