GetGroupAllMemberListBySplit

This commit is contained in:
skiffer-git
2022-08-04 14:04:29 +08:00
parent 18891c554d
commit a1392a7677
6 changed files with 305 additions and 236 deletions
+2
View File
@@ -204,6 +204,8 @@ message GetGroupAllMemberReq {
string GroupID = 1;
string OpUserID = 2; //No verification permission
string OperationID = 3;
int32 Offset = 4;
int32 Count = 5;
}
message GetGroupAllMemberResp {
int32 ErrCode = 1;