From bc9bef7b89335430cfd17d3417fff87c87be490a Mon Sep 17 00:00:00 2001 From: yuanjey <2218773049@qq.com> Date: Fri, 13 Sep 2024 15:11:25 +0800 Subject: [PATCH] log --- pkg/consts/api_path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/consts/api_path.go b/pkg/consts/api_path.go index 6fd90fc..540409b 100644 --- a/pkg/consts/api_path.go +++ b/pkg/consts/api_path.go @@ -49,7 +49,7 @@ const ( // GetSubDeptListPath 获取子部门列表 GetSubDeptListPath = "/org/dev/v1/companies/%s/depts/%s/depts?offset=%s&limit=%s" - ///org/dev/v1/companies/{company_id}/depts/{parent_id} + // CreateSubDeptPath 创建子部门 CreateSubDeptPath = "/org/dev/v1/companies/%s/depts/%s" // BatchCreateDeptPath 批量创建子部门 BatchCreateDeptPath = "/org/dev/v1/batch/companies/%s/depts/%s"