Parcourir la source

app支付方式列表

yubin il y a 1 semaine
Parent
commit
9f2a94dd4e

+ 2 - 2
cif-service/src/main/java/com/txz/cif/web/mng/appcontroller/PaymentMethodAppController.java

@@ -141,9 +141,9 @@ public class PaymentMethodAppController {
 //        return ResultGenerator.genSuccessResult(paymentChannel);
 //    }
 
-    @PostMapping("/list")
+    @GetMapping("/list")
     @ApiOperation(value = "app端paymentMethod获取列表", httpMethod = "POST")
-    public Result<List<PaymentMethodBO>> list(@RequestBody PaymentMethodParam paymentMethodParam) {
+    public Result<List<PaymentMethodBO>> list() {
 
         List<PaymentMethodBO> paymentMethodListBO = new ArrayList<>();
         try {