Commit 6c93f39a2a4523a13fe85fd2b094bf85f1e3a8f6

Authored by 王富国
1 parent 575f91fc
Exists in master

feat:增加金润对接钉钉审批接口

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
jinrun/audit/审批接口.md
... ... @@ -60,7 +60,7 @@ POST
60 60 |-------------------------------------|----|--------|--------------------------------------|
61 61 | code | 是 | string | 业务编号(确定数据唯一性,同一编号最多只能有1个审核通过或审核中的审批) |
62 62 | auditType | 是 | string | 审批类型(则一提供) |
63   -| originatorUsername | 是 | string | 发起人工号(则一员工工号) |
  63 +| username | 是 | string | 发起人工号(则一员工工号) |
64 64 | orgCode | 否 | string | 业务所属组织(则一系统组织编号) |
65 65 | auditFormList | 是 | list | 审批表单字段列表 |
66 66 |     type | 是 | string | 类型(1.text 文本格式 2.file 文件格式) |
... ...