mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-10 21:19: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{
|
message GetBlacklistReq{
|
||||||
string userID = 1;
|
string userID = 1;
|
||||||
server_api_params.RequestPagination pagination = 1;
|
server_api_params.RequestPagination pagination = 2;
|
||||||
}
|
}
|
||||||
message GetBlacklistResp{
|
message GetBlacklistResp{
|
||||||
repeated server_api_params.PublicUserInfo BlackUserInfoList = 1;
|
repeated server_api_params.PublicUserInfo BlackUserInfoList = 1;
|
||||||
@ -120,7 +120,7 @@ message SetFriendRemarkResp{
|
|||||||
}
|
}
|
||||||
|
|
||||||
message GetFromFriendApplyListReq{
|
message GetFromFriendApplyListReq{
|
||||||
string userID = 2;
|
string userID = 1;
|
||||||
server_api_params.RequestPagination pagination = 2;
|
server_api_params.RequestPagination pagination = 2;
|
||||||
}
|
}
|
||||||
message GetFromFriendApplyListResp{
|
message GetFromFriendApplyListResp{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user