From 59c7300bc8db02d3b4317e03bc44b3a1ac107733 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 8f7827edc..b15516428 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