gongfuzhu 1 năm trước cách đây
mục cha
commit
81a066237d

+ 1 - 1
SpringBatchServiceServer/src/main/java/com/zswl/cloud/springBtach/server/core/controller/PaymentController.java

@@ -164,7 +164,7 @@ public class PaymentController {
     }
     @ApiOperation("提现查询")
     @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
-    @RequestMapping(value = "account/withdrawals/query/{batchNo}", method = RequestMethod.POST)
+    @RequestMapping(value = "account/withdrawals/query/{batchNo}", method = RequestMethod.GET)
     public ResultContent queryWithdrawals(@PathVariable("batchNo") String batchNo) {
         return paymentServer.queryWithdrawals(batchNo);
     }