organization

This commit is contained in:
skiffer-git
2022-04-18 17:25:54 +08:00
parent 114ffd4667
commit b1c66997ca
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 {