|
@@ -142,7 +142,7 @@ public class PaymentMethodAppController {
|
|
|
// }
|
|
|
|
|
|
@GetMapping("/list")
|
|
|
- @ApiOperation(value = "app端paymentMethod获取列表", httpMethod = "POST")
|
|
|
+ @ApiOperation(value = "app端paymentMethod获取列表", httpMethod = "GET")
|
|
|
public Result<List<PaymentMethodBO>> list() {
|
|
|
|
|
|
List<PaymentMethodBO> paymentMethodListBO = new ArrayList<>();
|