|
@@ -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 {
|