Commit 575f91fcefed16093b62eaec4c6f1758d88bbb8e
1 parent
56687648
Exists in
master
feat:增加金润对接钉钉审批接口
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
jinrun/audit/审批接口.md
| @@ -62,12 +62,12 @@ POST | @@ -62,12 +62,12 @@ POST | ||
| 62 | | auditType | 是 | string | 审批类型(则一提供) | | 62 | | auditType | 是 | string | 审批类型(则一提供) | |
| 63 | | originatorUsername | 是 | string | 发起人工号(则一员工工号) | | 63 | | originatorUsername | 是 | string | 发起人工号(则一员工工号) | |
| 64 | | orgCode | 否 | string | 业务所属组织(则一系统组织编号) | | 64 | | orgCode | 否 | string | 业务所属组织(则一系统组织编号) | |
| 65 | -| auditFormList | 是 | list | 审批表单字段 | | 65 | +| auditFormList | 是 | list | 审批表单字段列表 | |
| 66 | | type | 是 | string | 类型(1.text 文本格式 2.file 文件格式) | | 66 | | type | 是 | string | 类型(1.text 文本格式 2.file 文件格式) | |
| 67 | | key | 是 | string | 字段名称 | | 67 | | key | 是 | string | 字段名称 | |
| 68 | | value | 是 | string | 字段值(文本格式对应文本内容, 文件格式对应文件url) | | 68 | | value | 是 | string | 字段值(文本格式对应文本内容, 文件格式对应文件url) | |
| 69 | | extendValue | 否 | string | 字段附加值 | | 69 | | extendValue | 否 | string | 字段附加值 | |
| 70 | -| conditionParamList | 否 | list | 条件参数字段 | | 70 | +| conditionParamList | 否 | list | 条件参数字段列表 | |
| 71 | | name | 是 | string | 属性名 | | 71 | | name | 是 | string | 属性名 | |
| 72 | | value | 是 | string | 属性值 | | 72 | | value | 是 | string | 属性值 | |
| 73 | 73 | ||
| @@ -184,8 +184,6 @@ POST | @@ -184,8 +184,6 @@ POST | ||
| 184 | 184 | ||
| 185 | ## 附录 | 185 | ## 附录 |
| 186 | 186 | ||
| 187 | -1. 下载则一Java-sdk [点击下载则一SDK](https://zeyi-tms-product.oss-cn-hangzhou.aliyuncs.com/file/jar/java-sdk/zy-java-sdk-1.0.0.jar) | ||
| 188 | - | ||
| 189 | ## 2025-10-11 更新日志 | 187 | ## 2025-10-11 更新日志 |
| 190 | 188 | ||
| 191 | 1. 接口初始化 | 189 | 1. 接口初始化 |