organization

This commit is contained in:
skiffer-git
2022-04-18 17:25:54 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 35d4ea7cce
commit 9d999c4067
8 changed files with 426 additions and 358 deletions
+2 -2
View File
@@ -96,8 +96,8 @@ type GetDepartmentMemberReq struct {
}
type GetDepartmentMemberResp struct {
CommResp
UserInDepartmentList []*open_im_sdk.UserInDepartment `json:"-"`
Data []map[string]interface{} `json:"data"`
UserInDepartmentList []*open_im_sdk.UserDepartmentMember `json:"-"`
Data []map[string]interface{} `json:"data"`
}
type DeleteUserInDepartmentReq struct {