|
|
|
@ -48,10 +48,6 @@ type InviteUserToGroupResp struct {
|
|
|
|
|
UserIDResultList []*UserIDResult `json:"data"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//type GetJoinedGroupListReq struct {
|
|
|
|
|
// OperationID string `json:"operationID" binding:"required"`
|
|
|
|
|
// FromUserID string `json:"fromUserID" binding:"required"`
|
|
|
|
|
//}
|
|
|
|
|
type GetJoinedGroupListReq struct {
|
|
|
|
|
OperationID string `json:"operationID" binding:"required"`
|
|
|
|
|
FromUserID string `json:"fromUserID" binding:"required"`
|
|
|
|
|