organization

This commit is contained in:
skiffer-git 2022-04-17 15:03:50 +08:00
parent fd01e5c263
commit 06e44cc649

View File

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