Commit b7749060867872e3086547868910c4575869255d
1 parent
dc43692e
Exists in
master
feat:增加金润对接钉钉审批接口
Showing
1 changed file
with
9 additions
and
9 deletions
Show diff stats
jingrun/dingtalk/钉钉审批接口.md
| @@ -175,7 +175,7 @@ POST | @@ -175,7 +175,7 @@ POST | ||
| 175 | | type | 是 | string | 类型(1.text 文本格式 2.file 文件格式(文件url)) | | 175 | | type | 是 | string | 类型(1.text 文本格式 2.file 文件格式(文件url)) | |
| 176 | | name | 是 | string | 表单字段名称(对应钉钉审批表单字段名称) | | 176 | | name | 是 | string | 表单字段名称(对应钉钉审批表单字段名称) | |
| 177 | | value | 是 | string | 表单字段值 | | 177 | | value | 是 | string | 表单字段值 | |
| 178 | -| extendValue | 是 | string | 表单字段附加值 | | 178 | +| extendValue | 否 | string | 表单字段附加值 | |
| 179 | | conditionParamList | 否 | list | 条件参数字段(可根据参数判断走哪些流程节点) | | 179 | | conditionParamList | 否 | list | 条件参数字段(可根据参数判断走哪些流程节点) | |
| 180 | | name | 是 | string | 属性名 | | 180 | | name | 是 | string | 属性名 | |
| 181 | | value | 是 | string | 属性值 | | 181 | | value | 是 | string | 属性值 | |
| @@ -215,14 +215,14 @@ POST | @@ -215,14 +215,14 @@ POST | ||
| 215 | ### Body参数 | 215 | ### Body参数 |
| 216 | 216 | ||
| 217 | | 参数名 | 必传 | 类型 | 说明 | | 217 | | 参数名 | 必传 | 类型 | 说明 | |
| 218 | -|----------------------------------------| ---- | ------ |-----------------------------------------------| | ||
| 219 | -| code | 是 | string | 业务编号 | | ||
| 220 | -| auditType | 是 | string | 审批类型 | | ||
| 221 | -| businessId | 是 | string | 钉钉审批ID | | ||
| 222 | -| type | 是 | string | 审批正常结束(同意或拒绝)的type为finish,审批终止的type为terminate | | ||
| 223 | -| result | 是 | string | 正常结束时result为agree,终止时result为refuse | | ||
| 224 | -| auditUser | 否 | string | 最终审核人 | | ||
| 225 | -| remark | 是 | string | 审批意见 | | 218 | +|----------------------------------------|----| ------ |-----------------------------------------------| |
| 219 | +| code | 是 | string | 业务编号 | | ||
| 220 | +| auditType | 是 | string | 审批类型 | | ||
| 221 | +| businessId | 是 | string | 钉钉审批ID | | ||
| 222 | +| type | 是 | string | 审批正常结束(同意或拒绝)的type为finish,审批终止的type为terminate | | ||
| 223 | +| result | 否 | string | 正常结束时(agree:同意, refuse:拒绝) | | ||
| 224 | +| auditUser | 否 | string | 最终审核人 | | ||
| 225 | +| remark | 否 | string | 审批意见 | | ||
| 226 | 226 | ||
| 227 | 227 | ||
| 228 | ------------------------------------------------------------------------------------------ | 228 | ------------------------------------------------------------------------------------------ |