From 82b1ca4d4d6f9e36ab8582fb61bd01725f927c5c Mon Sep 17 00:00:00 2001 From: wangfuguo Date: Wed, 15 Oct 2025 14:15:53 +0800 Subject: [PATCH] feat:增加金润对接钉钉审批接口 --- jinrun/audit/审批接口.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jinrun/audit/审批接口.md b/jinrun/audit/审批接口.md index 1b28c56..cc8c71a 100644 --- a/jinrun/audit/审批接口.md +++ b/jinrun/audit/审批接口.md @@ -63,7 +63,7 @@ POST | 参数名 | 必传 | 类型 | 说明 | |-------------------------------------|----|--------|--------------------------------------| -| id | 是 | string | 业务主键(确定数据唯一性,同一编号最多只能有1个审核通过或审核中的审批) | +| code | 是 | string | 业务主键(确定数据唯一性,同一编号最多只能有1个审核通过或审核中的审批) | | auditType | 是 | string | 审批类型(则一提供) | | username | 是 | string | 发起人工号(则一员工工号) | | auditFormList | 是 | list | 审批表单字段列表 | @@ -84,7 +84,7 @@ POST "errorCode": null, "message": null, "result": { - "id": "2369f6c4c15440cdada803047d664546", // 业务主键 + "code": "2369f6c4c15440cdada803047d664546", // 业务主键 "auditId": "2369f6c4c15440cdada803047d664546" //审批ID } } @@ -123,7 +123,7 @@ POST | 参数名 | 必传 | 类型 | 说明 | |----------|----|--------|-----------------------------| -| id | 是 | string | 业务主键(确定数据唯一性) | +| code | 是 | string | 业务主键(确定数据唯一性) | | auditId | 是 | string | 审批ID | | type | 是 | string | 业务类型(则一提供) | | remark | 是 | string | 撤销原因 | @@ -138,7 +138,7 @@ POST "errorCode": null, "message": null, "result": { - "id": "2369f6c4c15440cdada803047d664546", //业务主键 + "code": "2369f6c4c15440cdada803047d664546", //业务主键 "auditId": "2369f6c4c15440cdada803047d664546" //审批ID } } @@ -181,7 +181,7 @@ POST | 参数名 | 必传 | 类型 | 说明 | |-----------|----| ------ |-----------------------------------------------| -| id | 是 | string | 业务主键 | +| code | 是 | string | 业务主键 | | auditId | 是 | string | 审批ID | | auditCode | 是 | string | 审批编号 | | auditType | 是 | string | 审批类型 | -- libgit2 0.21.0