organization

This commit is contained in:
skiffer-git 2022-04-17 15:03:50 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent df2271ee9a
commit f917eb19f1

View File

@ -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