diff --git a/jinrun/audit/审批接口.md b/jinrun/audit/审批接口.md index cc8c71a..113d748 100644 --- a/jinrun/audit/审批接口.md +++ b/jinrun/audit/审批接口.md @@ -63,7 +63,7 @@ POST | 参数名 | 必传 | 类型 | 说明 | |-------------------------------------|----|--------|--------------------------------------| -| code | 是 | string | 业务主键(确定数据唯一性,同一编号最多只能有1个审核通过或审核中的审批) | +| code | 是 | string | 审批单号(确定数据唯一性,同一单号最多只能有1个审核通过或审核中的审批) | | auditType | 是 | string | 审批类型(则一提供) | | username | 是 | string | 发起人工号(则一员工工号) | | auditFormList | 是 | list | 审批表单字段列表 | @@ -84,8 +84,8 @@ POST "errorCode": null, "message": null, "result": { - "code": "2369f6c4c15440cdada803047d664546", // 业务主键 - "auditId": "2369f6c4c15440cdada803047d664546" //审批ID + "code": "2369f6c4c15440cdada803047d664546", // 审批单号 + "auditId": "2369f6c4c15440cdada803047d664546" // 审批ID } } ``` @@ -123,7 +123,7 @@ POST | 参数名 | 必传 | 类型 | 说明 | |----------|----|--------|-----------------------------| -| code | 是 | string | 业务主键(确定数据唯一性) | +| code | 是 | string | 审批单号(确定数据唯一性) | | auditId | 是 | string | 审批ID | | type | 是 | string | 业务类型(则一提供) | | remark | 是 | string | 撤销原因 | @@ -138,7 +138,7 @@ POST "errorCode": null, "message": null, "result": { - "code": "2369f6c4c15440cdada803047d664546", //业务主键 + "code": "2369f6c4c15440cdada803047d664546", //审批单号 "auditId": "2369f6c4c15440cdada803047d664546" //审批ID } } @@ -181,7 +181,7 @@ POST | 参数名 | 必传 | 类型 | 说明 | |-----------|----| ------ |-----------------------------------------------| -| code | 是 | string | 业务主键 | +| code | 是 | string | 审批单号 | | auditId | 是 | string | 审批ID | | auditCode | 是 | string | 审批编号 | | auditType | 是 | string | 审批类型 | -- libgit2 0.21.0