mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-16 06:49:02 +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{
|
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{
|
||||||
|
|||||||
Reference in New Issue
Block a user