This commit is contained in:
withchao
2023-01-16 18:48:40 +08:00
parent 689611bcd5
commit 07d3467b7a
7 changed files with 1011 additions and 933 deletions
+1 -2
View File
@@ -67,8 +67,7 @@ message RemoveBlacklistResp{
}
message GetBlacklistReq{
string ToUserID = 1;
string FromUserID = 2;
string FromUserID = 1;
}
message GetBlacklistResp{
repeated server_api_params.PublicUserInfo BlackUserInfoList = 1;