From cc0906b686840307c73bd4ddf777c1a198e62376 Mon Sep 17 00:00:00 2001 From: wangfuguo Date: Wed, 15 Oct 2025 16:04:25 +0800 Subject: [PATCH] feat:增加金润对接钉钉审批接口 --- jinrun/audit/审批接口.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+), 0 deletions(-) diff --git a/jinrun/audit/审批接口.md b/jinrun/audit/审批接口.md index 7a3dc6b..a792c15 100644 --- a/jinrun/audit/审批接口.md +++ b/jinrun/audit/审批接口.md @@ -88,6 +88,39 @@ appKey(则一提供) + appSecret(则一提供) + timestamp(当前时间戳毫秒 |     code | 是 | string | 审批单号 | |     auditId | 是 | string | 审批ID | +#### 请求示例 + +```json +{ + "code": "JR202510110000001", + "auditType": "BILL_APPLY_PAY_AUDIT", + "username": "001001", + "auditFormList": [ + { + "type": "text", + "name": "feeType", + "value": "车辆保险费用" + }, + { + "type": "text", + "name": "feeAmount", + "value": "200000" + }, + { + "type": "file", + "name": "attachment", + "value": "https://example.com/path/1.jpg" + } + ], + "conditionParamList": [ + { + "name": "businessType", + "value": "BULK_BUSINESS_TYPE" + } + ] +} +``` + #### 返回示例 ```json @@ -155,6 +188,18 @@ appKey(则一提供) + appSecret(则一提供) + timestamp(当前时间戳毫秒 |     code | 是 | string | 审批单号 | |     auditId | 是 | string | 审批ID | +#### 请求示例 + +```json +{ + "code": "JR202510110000001", + "auditId": "2369f6c4c15440cdada803047d664546", + "auditType": "BILL_APPLY_PAY_AUDIT", + "remark": "付款金额错误, 撤销重新提交", + "username": "001001" +} +``` + #### 返回示例 ```json -- libgit2 0.21.0