organization

pull/218/head
skiffer-git 3 years ago
parent fd01e5c263
commit 06e44cc649

@ -40,8 +40,8 @@ type DeleteDepartmentResp struct {
}
type CreateOrganizationUserReq struct {
OperationID string `json:"operationID" binding:"required"`
OrganizationUser *open_im_sdk.OrganizationUser
OperationID string `json:"operationID" binding:"required"`
*open_im_sdk.OrganizationUser
}
type CreateOrganizationUserResp struct {
CommResp

Loading…
Cancel
Save