|
|
@@ -61,7 +61,7 @@ public class IntegrationFeignController {
|
|
|
@ApiImplicitParam(name = "customerIntegration", value = "运营商ID", required = true)
|
|
|
@ResponseBody
|
|
|
@OperationLog(type = OperateType.FEIGN,description = "新增积分详情数据")
|
|
|
- public VaultsResponse saveDetail(List<CustomerIntegration> customerIntegration){
|
|
|
+ public VaultsResponse saveDetail(@RequestBody List<CustomerIntegration> customerIntegration){
|
|
|
return iIntegralDetailService.saveDetail(customerIntegration);
|
|
|
}
|
|
|
}
|