organization

This commit is contained in:
skiffer-git
2022-04-16 21:32:53 +08:00
parent a42b72e9ce
commit 6184eaa30e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ type CreateDepartmentResp struct {
}
type UpdateDepartmentReq struct {
open_im_sdk.Department
*open_im_sdk.Department
DepartmentID string `json:"departmentID" binding:"required"`
OperationID string `json:"operationID" binding:"required"`
}