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