This commit is contained in:
wangchuxiao
2022-08-05 17:01:08 +08:00
parent c8590b9e9c
commit 00bddd5e57
+2 -2
View File
@@ -73,8 +73,8 @@ type GetGroupMemberListResp struct {
type GetGroupAllMemberReq struct {
GroupID string `json:"groupID" binding:"required"`
OperationID string `json:"operationID" binding:"required"`
Offset int32 `json:"offset" binding:"required"`
Count int32 `json:"count" binding:"required"`
Offset int32 `json:"offset"`
Count int32 `json:"count"`
}
type GetGroupAllMemberResp struct {
CommResp