mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 10:22:36 +08:00
Error code standardization
This commit is contained in:
parent
7b0eeb3049
commit
3e340f345d
@ -132,28 +132,6 @@ message AddUserReq{
|
|||||||
message AddUserResp{
|
message AddUserResp{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
message BlockUserReq{
|
|
||||||
string userID = 1;
|
|
||||||
string endDisableTime = 2;
|
|
||||||
string operationID = 3;
|
|
||||||
string opUserID = 4;
|
|
||||||
}
|
|
||||||
|
|
||||||
message BlockUserResp{
|
|
||||||
CommonResp CommonResp = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
message UnBlockUserReq{
|
|
||||||
string userID = 1;
|
|
||||||
string operationID = 2;
|
|
||||||
string opUserID = 3;
|
|
||||||
}
|
|
||||||
|
|
||||||
message UnBlockUserResp{
|
|
||||||
CommonResp CommonResp = 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
message GetBlockUsersReq{
|
message GetBlockUsersReq{
|
||||||
server_api_params.RequestPagination pagination = 1;
|
server_api_params.RequestPagination pagination = 1;
|
||||||
string operationID = 2;
|
string operationID = 2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user