批量缴费

This commit is contained in:
qitz
2024-01-02 16:41:36 +08:00
parent 2aff2e8d7d
commit 48da135874
5 changed files with 70 additions and 0 deletions
@@ -46,6 +46,16 @@ public class CasePaymentController {
return paymentService.confirmPay(payDTO);
}
/**
* 批量缴费
* @param payDTO 缴费传入参数
* @return 统一响应结果
*/
@PostMapping("/confirmPayBatch")
public AjaxResult confirmPayBatch(@Validated @RequestBody CasePayDTO payDTO) {
return paymentService.confirmPayBatch(payDTO);
}
/**
* 缴费确认
* @param batchCaseApplication