Commit 561eefb9eadbd8a893408959d4ddf91ed76428b8
1 parent
a0c839e2
Exists in
master
feat:增加金润对接钉钉审批接口
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
jinrun/dingtalk/钉钉审批接口.md
| ... | ... | @@ -170,7 +170,7 @@ POST |
| 170 | 170 | | code | 是 | string | 业务编号(确定数据唯一性,同一编号最多只能有1个审核通过或审核中的审批) | |
| 171 | 171 | | auditType | 是 | string | 审批类型(则一提供) | |
| 172 | 172 | | originatorUsername | 是 | string | 发起人工号(则一员工工号) | |
| 173 | -| orgCode | 是 | string | 业务所属组织 | | |
| 173 | +| orgCode | 是 | string | 业务所属组织(则一系统组织编号) | | |
| 174 | 174 | | auditFormList | 是 | list | 审批表单字段 | |
| 175 | 175 | | type | 是 | string | 类型(1.text 文本格式 2.file 文件格式(文件url)) | |
| 176 | 176 | | name | 是 | string | 表单字段名称(对应钉钉审批表单字段名称) | | ... | ... |