Commit d58f5a8b8d7bb8cad16d65cb676337d12c194f00
1 parent
aa6b36f5
Exists in
master
feat:增加金润对接钉钉审批接口
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
jinrun/audit/审批接口.md
| ... | ... | @@ -85,7 +85,7 @@ appKey(则一提供) + appSecret(则一提供) + timestamp(当前时间戳毫秒 |
| 85 | 85 | "errorCode": null, |
| 86 | 86 | "message": null, |
| 87 | 87 | "result": { |
| 88 | - "code": "2369f6c4c15440cdada803047d664546", // 审批单号 | |
| 88 | + "code": "JR202510110000001", // 审批单号 | |
| 89 | 89 | "auditId": "2369f6c4c15440cdada803047d664546" // 审批ID |
| 90 | 90 | } |
| 91 | 91 | } |
| ... | ... | @@ -140,7 +140,7 @@ appKey(则一提供) + appSecret(则一提供) + timestamp(当前时间戳毫秒 |
| 140 | 140 | "errorCode": null, |
| 141 | 141 | "message": null, |
| 142 | 142 | "result": { |
| 143 | - "code": "2369f6c4c15440cdada803047d664546", //审批单号 | |
| 143 | + "code": "JR202510110000001", //审批单号 | |
| 144 | 144 | "auditId": "2369f6c4c15440cdada803047d664546" //审批ID |
| 145 | 145 | } |
| 146 | 146 | } | ... | ... |