organization

This commit is contained in:
skiffer-git
2022-04-18 18:02:11 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 9d999c4067
commit 06fe1f5b5a
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ func DeleteUserInDepartment(c *gin.Context) {
return
}
apiResp := api.GetDepartmentMemberResp{CommResp: api.CommResp{ErrCode: RpcResp.ErrCode, ErrMsg: RpcResp.ErrMsg}}
apiResp := api.DeleteUserInDepartmentResp{CommResp: api.CommResp{ErrCode: RpcResp.ErrCode, ErrMsg: RpcResp.ErrMsg}}
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "api return ", apiResp)
c.JSON(http.StatusOK, apiResp)
}