Commit 470728e3e2d19287ad3019f3e1e6bad381b41a78

Authored by 王富国
1 parent e2cbc47d
Exists in master

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
jinrun/audit/审批接口.md
... ... @@ -63,7 +63,7 @@ POST
63 63 | username | 是 | string | 发起人工号(则一员工工号) |
64 64 | orgCode | 否 | string | 业务所属组织(则一系统组织编号) |
65 65 | auditFormList | 是 | list | 审批表单字段列表 |
66   -|     type | 是 | string | 类型(1.text 文本格式 2.file 文件格式) |
  66 +|     type | 是 | string | 字段类型(1.text 文本格式 2.file 文件格式) |
67 67 |     key | 是 | string | 字段名称 |
68 68 |     value | 是 | string | 字段值(文本格式对应文本内容, 文件格式对应文件url) |
69 69 |     extendValue | 否 | string | 字段附加值 |
... ...