Error code standardization

This commit is contained in:
skiffer-git
2023-01-29 19:47:13 +08:00
parent 8e1f524f68
commit 007daaa014
2 changed files with 454 additions and 354 deletions
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -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{