|
|
@ -83,8 +83,12 @@ type GetGroupAllMemberResp struct {
|
|
|
|
type CreateGroupReq struct {
|
|
|
|
type CreateGroupReq struct {
|
|
|
|
MemberList []*GroupAddMemberInfo `json:"memberList" binding:"required"`
|
|
|
|
MemberList []*GroupAddMemberInfo `json:"memberList" binding:"required"`
|
|
|
|
OwnerUserID string `json:"ownerUserID" binding:"required"`
|
|
|
|
OwnerUserID string `json:"ownerUserID" binding:"required"`
|
|
|
|
GroupName string `json:"groupName"`
|
|
|
|
|
|
|
|
GroupType int32 `json:"groupType"`
|
|
|
|
GroupType int32 `json:"groupType"`
|
|
|
|
|
|
|
|
GroupName string `json:"groupName"`
|
|
|
|
|
|
|
|
Notification string `json:"notification"`
|
|
|
|
|
|
|
|
Introduction string `json:"introduction"`
|
|
|
|
|
|
|
|
FaceURL string `json:"faceURL"`
|
|
|
|
|
|
|
|
Ex string `json:"ex"`
|
|
|
|
OperationID string `json:"operationID" binding:"required"`
|
|
|
|
OperationID string `json:"operationID" binding:"required"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type CreateGroupResp struct {
|
|
|
|
type CreateGroupResp struct {
|
|
|
|