mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 08:35:59 +08:00
Error code standardization
This commit is contained in:
+452
-352
File diff suppressed because it is too large
Load Diff
@@ -68,7 +68,7 @@ message RemoveBlacklistResp{
|
||||
|
||||
message GetBlacklistReq{
|
||||
string userID = 1;
|
||||
server_api_params.RequestPagination pagination = 1;
|
||||
server_api_params.RequestPagination pagination = 2;
|
||||
}
|
||||
message GetBlacklistResp{
|
||||
repeated server_api_params.PublicUserInfo BlackUserInfoList = 1;
|
||||
@@ -120,7 +120,7 @@ message SetFriendRemarkResp{
|
||||
}
|
||||
|
||||
message GetFromFriendApplyListReq{
|
||||
string userID = 2;
|
||||
string userID = 1;
|
||||
server_api_params.RequestPagination pagination = 2;
|
||||
}
|
||||
message GetFromFriendApplyListResp{
|
||||
|
||||
Reference in New Issue
Block a user