Commit f22dd8a0eb2aaf8c1cd9c00e25229c8210c6fb1d

Authored by 王富国
1 parent e8b310cc
Exists in master

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

Showing 1 changed file with 15 additions and 0 deletions   Show diff stats
jinrun/audit/审批接口.md
... ... @@ -262,6 +262,21 @@ appKey(则一提供) + appSecret(则一提供) + timestamp(当前时间戳毫秒
262 262 | auditUser | 否 | string | 最终审核人 |
263 263 | remark | 否 | string | 审批意见 |
264 264  
  265 +#### 请求Body示例
  266 +
  267 +```json
  268 +{
  269 + "code": "JR202510110000001",
  270 + "auditId": "2369f6c4c15440cdada803047d664546",
  271 + "auditCode": "202510131759000353053",
  272 + "auditType": "BILL_APPLY_PAY_AUDIT",
  273 + "type": "finish",
  274 + "result": "agree",
  275 + "auditUser": "001001",
  276 + "remark": "同意出款"
  277 +}
  278 +```
  279 +
265 280  
266 281 ------------------------------------------------------------------------------------------
267 282  
... ...