mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-09 20:49:52 +08:00
Error code standardization
This commit is contained in:
parent
8e1f524f68
commit
007daaa014
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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user