organization

This commit is contained in:
skiffer-git
2022-04-17 14:47:52 +08:00
parent eb630b23ae
commit b6e06dfdc2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ type GetUserInDepartmentResp struct {
}
type UpdateUserInDepartmentReq struct {
OperationID string `json:"operationID" binding:"required"`
UserInDepartment *open_im_sdk.UserInDepartment
OperationID string `json:"operationID" binding:"required"`
*open_im_sdk.DepartmentMember
}
type UpdateUserInDepartmentResp struct {
CommResp