Commit 1f6747bf2c4ef59873eb960743bc7708913622c1

Authored by 王富国
1 parent 82b1ca4d
Exists in master

feat:增加金润对接钉钉审批接口

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
jinrun/audit/审批接口.md
... ... @@ -63,7 +63,7 @@ POST
63 63  
64 64 | 参数名 | 必传 | 类型 | 说明 |
65 65 |-------------------------------------|----|--------|--------------------------------------|
66   -| code | 是 | string | 业务主键(确定数据唯一性,同一编号最多只能有1个审核通过或审核中的审批) |
  66 +| code | 是 | string | 审批单号(确定数据唯一性,同一单号最多只能有1个审核通过或审核中的审批) |
67 67 | auditType | 是 | string | 审批类型(则一提供) |
68 68 | username | 是 | string | 发起人工号(则一员工工号) |
69 69 | auditFormList | 是 | list | 审批表单字段列表 |
... ... @@ -84,8 +84,8 @@ POST
84 84 "errorCode": null,
85 85 "message": null,
86 86 "result": {
87   - "code": "2369f6c4c15440cdada803047d664546", // 业务主键
88   - "auditId": "2369f6c4c15440cdada803047d664546" //审批ID
  87 + "code": "2369f6c4c15440cdada803047d664546", // 审批单号
  88 + "auditId": "2369f6c4c15440cdada803047d664546" // 审批ID
89 89 }
90 90 }
91 91 ```
... ... @@ -123,7 +123,7 @@ POST
123 123  
124 124 | 参数名 | 必传 | 类型 | 说明 |
125 125 |----------|----|--------|-----------------------------|
126   -| code | 是 | string | 业务主键(确定数据唯一性) |
  126 +| code | 是 | string | 审批单号(确定数据唯一性) |
127 127 | auditId | 是 | string | 审批ID |
128 128 | type | 是 | string | 业务类型(则一提供) |
129 129 | remark | 是 | string | 撤销原因 |
... ... @@ -138,7 +138,7 @@ POST
138 138 "errorCode": null,
139 139 "message": null,
140 140 "result": {
141   - "code": "2369f6c4c15440cdada803047d664546", //业务主键
  141 + "code": "2369f6c4c15440cdada803047d664546", //审批单号
142 142 "auditId": "2369f6c4c15440cdada803047d664546" //审批ID
143 143 }
144 144 }
... ... @@ -181,7 +181,7 @@ POST
181 181  
182 182 | 参数名 | 必传 | 类型 | 说明 |
183 183 |-----------|----| ------ |-----------------------------------------------|
184   -| code | 是 | string | 业务主键 |
  184 +| code | 是 | string | 审批单号 |
185 185 | auditId | 是 | string | 审批ID |
186 186 | auditCode | 是 | string | 审批编号 |
187 187 | auditType | 是 | string | 审批类型 |
... ...