organization

This commit is contained in:
skiffer-git
2022-04-19 16:40:57 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 4adb409fc5
commit 0122c4f9ce
9 changed files with 430 additions and 263 deletions
@@ -122,6 +122,10 @@ func GetSubDepartment(c *gin.Context) {
c.JSON(http.StatusOK, apiResp)
}
func GetAllDepartment(c *gin.Context) {
}
func DeleteDepartment(c *gin.Context) {
params := api.DeleteDepartmentReq{}
if err := c.BindJSON(&params); err != nil {