organization

This commit is contained in:
skiffer-git
2022-04-17 12:32:28 +08:00
parent 6d55f35404
commit 9def85f9ba
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -21,11 +21,11 @@ type UpdateDepartmentResp struct {
CommResp
}
type GetDepartmentReq struct {
type GetSubDepartmentReq struct {
OperationID string `json:"operationID" binding:"required"`
DepartmentID string
}
type GetDepartmentResp struct {
type GetSubDepartmentResp struct {
CommResp
DepartmentList []*open_im_sdk.Department `json:"-"`
Data []map[string]interface{} `json:"data"`