orgization

This commit is contained in:
wangchuxiao 2022-09-20 11:11:33 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent c82e35f55c
commit 7f05212771

View File

@ -116,6 +116,6 @@ type GetUserInOrganizationReq struct {
type GetUserInOrganizationResp struct {
CommResp
OrganizationUserList []*open_im_sdk.OrganizationUser `json:"organizationUserList"`
OrganizationUserList []*open_im_sdk.OrganizationUser `json:"-"`
Data []map[string]interface{} `json:"data" swaggerignore:"true"`
}