Commit 4484c0518545f54e90209cd3c8e1be9ef3e307a1

Authored by 王富国
1 parent bb7a941f
Exists in master

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

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
jinrun/audit/审批接口.md
@@ -69,7 +69,7 @@ POST @@ -69,7 +69,7 @@ POST
69 | orgCode | 否 | string | 业务所属组织(则一系统组织编号) | 69 | orgCode | 否 | string | 业务所属组织(则一系统组织编号) |
70 | auditFormList | 是 | list | 审批表单字段列表 | 70 | auditFormList | 是 | list | 审批表单字段列表 |
71 |     type | 是 | string | 字段类型(1.text 文本格式 2.file 文件格式) | 71 |     type | 是 | string | 字段类型(1.text 文本格式 2.file 文件格式) |
72 -|     key | 是 | string | 字段名称 | 72 +|     name | 是 | string | 字段名称 |
73 |     value | 是 | string | 字段值(文本格式对应文本内容, 文件格式对应文件url) | 73 |     value | 是 | string | 字段值(文本格式对应文本内容, 文件格式对应文件url) |
74 |     extendValue | 否 | string | 字段附加值 | 74 |     extendValue | 否 | string | 字段附加值 |
75 | conditionParamList | 否 | list | 条件参数字段列表 | 75 | conditionParamList | 否 | list | 条件参数字段列表 |