From 2bf50bb8c20c4b1b122e15e7fcf2889ce6fd237a Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Wed, 21 Sep 2022 09:23:10 +0800 Subject: [PATCH] update proto --- pkg/proto/friend/friend.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/proto/friend/friend.proto b/pkg/proto/friend/friend.proto index 00d07f17a..8245ba68f 100644 --- a/pkg/proto/friend/friend.proto +++ b/pkg/proto/friend/friend.proto @@ -167,6 +167,6 @@ service friend{ rpc setFriendRemark(SetFriendRemarkReq) returns(SetFriendRemarkResp); rpc importFriend(ImportFriendReq) returns(ImportFriendResp); - rpc CheckFriendFromCache(IsFriendReq) returns(IsFriendResp); - rpc CheckBlockFromCache(IsInBlackListReq) returns(IsFriendResp); + // rpc CheckFriendFromCache(IsFriendReq) returns(IsFriendResp); + // rpc CheckBlockFromCache(IsInBlackListReq) returns(IsFriendResp); } \ No newline at end of file