mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-31 11:51:28 +08:00
Error code standardization
This commit is contained in:
parent
28e0125d55
commit
12cf665d42
@ -46,7 +46,7 @@ message GetGroupApplicationListResp {
|
||||
|
||||
message GetUserReqApplicationListReq{
|
||||
string userID = 1;
|
||||
server_api_params.RequestPagination pagination = 1;
|
||||
server_api_params.RequestPagination pagination = 2;
|
||||
}
|
||||
|
||||
message GetUserReqApplicationListResp{
|
||||
@ -97,7 +97,7 @@ message QuitGroupResp{
|
||||
message GetGroupMemberListReq {
|
||||
string groupID = 1;
|
||||
int32 filter = 4;
|
||||
server_api_params.RequestPagination pagination = 1;
|
||||
server_api_params.RequestPagination pagination = 2;
|
||||
}
|
||||
|
||||
message GetGroupMemberListResp {
|
||||
|
Loading…
x
Reference in New Issue
Block a user