Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanJey committed Sep 13, 2024
1 parent f7a18e3 commit bc9bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/consts/api_path.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bc9bef7

Please sign in to comment.