24282 2 năm trước cách đây
mục cha
commit
a7eb7d731a

+ 2 - 2
bladex-saas-project/saas-feign-api/service-flow-api/src/main/java/com/fjhx/feign/IFlowClient.java

@@ -103,13 +103,13 @@ public interface IFlowClient {
      * 撤回
      */
     @PostMapping(WITHDRAW)
-    R withdraw(@RequestParam Long withdrawExampleInfoId, @RequestParam Long withdrawExampleDetailsId);
+    R withdraw(@RequestParam("withdrawExampleInfoId") Long withdrawExampleInfoId, @RequestParam("withdrawExampleDetailsId") Long withdrawExampleDetailsId);
 
     /**
      * 撤销
      */
     @PostMapping(REVOKE)
-    R revoke(@RequestParam Long revokeExampleInfoId);
+    R revoke(@RequestParam("revokeExampleInfoId") Long revokeExampleInfoId);
 
     /**
      * 根据流程ID获取信息