From f22dd8a0eb2aaf8c1cd9c00e25229c8210c6fb1d Mon Sep 17 00:00:00 2001 From: wangfuguo Date: Wed, 15 Oct 2025 16:29:42 +0800 Subject: [PATCH] feat:增加金润对接钉钉审批接口 --- jinrun/audit/审批接口.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+), 0 deletions(-) diff --git a/jinrun/audit/审批接口.md b/jinrun/audit/审批接口.md index 51983c9..e446ba9 100644 --- a/jinrun/audit/审批接口.md +++ b/jinrun/audit/审批接口.md @@ -262,6 +262,21 @@ appKey(则一提供) + appSecret(则一提供) + timestamp(当前时间戳毫秒 | auditUser | 否 | string | 最终审核人 | | remark | 否 | string | 审批意见 | +#### 请求Body示例 + +```json +{ + "code": "JR202510110000001", + "auditId": "2369f6c4c15440cdada803047d664546", + "auditCode": "202510131759000353053", + "auditType": "BILL_APPLY_PAY_AUDIT", + "type": "finish", + "result": "agree", + "auditUser": "001001", + "remark": "同意出款" +} +``` + ------------------------------------------------------------------------------------------ -- libgit2 0.21.0