swagger传参为list的方法

#swagger传参为list的方法
接口

1
2
3
@ApiOperation(value = "修正履约率")
@GetMapping(value = "/correctPerformance")
R<Boolean> correctPerformance(@RequestParam(value = "orderList") List<String> orderList);

添加 @RequestParam(value = “orderList”) 注解