Commit 60ded406e573d15a4d1714747232c2c44a2f9abe

Authored by 王富国
1 parent aa51ad4f
Exists in master

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

Showing 1 changed file with 4 additions and 6 deletions   Show diff stats
jinrun/audit/审批接口.md
@@ -133,15 +133,13 @@ POST @@ -133,15 +133,13 @@ POST
133 133
134 ```json 134 ```json
135 { 135 {
136 - "success": true,  
137 - //true表示请求成功, false表示产生了异常,需要看messge异常原因  
138 - "businessException": false,  
139 - //false表示无业务异常, true表示产生了业务异常,需要看messge异常原因 136 + "success": true, //true表示请求成功, false表示产生了异常,需要看messge异常原因
  137 + "businessException": false, //false表示无业务异常, true表示产生了业务异常,需要看messge异常原因
140 "errorCode": null, 138 "errorCode": null,
141 "message": null, 139 "message": null,
142 "result": { 140 "result": {
143 - "id": "2369f6c4c15440cdada803047d664546",  
144 - "auditId": "2369f6c4c15440cdada803047d664546" 141 + "id": "2369f6c4c15440cdada803047d664546", //业务主键
  142 + "auditId": "2369f6c4c15440cdada803047d664546" //审批ID
145 } 143 }
146 } 144 }
147 ``` 145 ```