Refactor code
This commit is contained in:
@@ -28,8 +28,8 @@ type GetGroupMembersInfoReq struct {
|
|||||||
}
|
}
|
||||||
type GetGroupMembersInfoResp struct {
|
type GetGroupMembersInfoResp struct {
|
||||||
CommResp
|
CommResp
|
||||||
MemberList []*open_im_sdk.GroupMemberFullInfo
|
MemberList []*open_im_sdk.GroupMemberFullInfo `json:"-"`
|
||||||
Data []map[string]interface{} `json:"data"`
|
Data []map[string]interface{} `json:"data"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type InviteUserToGroupReq struct {
|
type InviteUserToGroupReq struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user