Commit 12fb21996d3cec9a8a64d55607de03b7977e7ae1

Authored by 王富国
1 parent 53cd15c7
Exists in master

feat:增加金润对接钉钉审批接口增加完整示例

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
jinrun/audit/审批接口.md
... ... @@ -208,7 +208,7 @@ public static void main(String[] args) {
208 208 String aesSecret = "wJ3472SLpkZLnjtwMArhRg==";
209 209 ZYClient zyClient = new ZYClient(appKey, appSecret);
210 210 String data = "{\n" +
211   - " \"code\": \"JR202511060000016\",\n" +
  211 + " \"code\": \"JR2025110600000015\",\n" +
212 212 " \"auditType\": \"JINRUN_VEHICLE_FEE_AUDIT\",\n" +
213 213 " \"username\": \"001073\",\n" +
214 214 " \"auditFormList\": [\n" +
... ... @@ -230,7 +230,7 @@ public static void main(String[] args) {
230 230 " {\n" +
231 231 " \"type\": \"text\",\n" +
232 232 " \"name\": \"detail\",\n" +
233   - " \"value\": \"[{\\\"车牌号\\\":\\\"沪A11111\\\",\\\"金额\\\":\\\"1000\\\",\\\"费用类型\\\":\\\"行车费用\\\",\\\"项目\\\":\\\"宁德项目\\\",\\\"备注\\\":\\\"沪A11111 2025年11月6号住宿费\\\"}]\"\n" +
  233 + " \"value\": \"[[{\\\"name\\\":\\\"车牌号\\\",\\\"value\\\":\\\"沪A11111\\\"},{\\\"name\\\":\\\"费用类型\\\",\\\"value\\\":\\\"行车费用\\\"},{\\\"name\\\":\\\"项目\\\",\\\"value\\\":\\\"宁德项目\\\"},{\\\"name\\\":\\\"备注\\\",\\\"value\\\":\\\"沪A11111 2025年11月6号住宿费\\\"}]]\"\n" +
234 234 " },\n" +
235 235 " {\n" +
236 236 " \"type\": \"text\",\n" +
... ...