Merge remote-tracking branch 'origin/hph' into test

This commit is contained in:
牛叉闪闪
2024-08-20 17:26:43 +08:00

View File

@@ -216,7 +216,7 @@ public class PayController {
@RequestParam("orderId") String orderId,
@RequestParam("payAmount") BigDecimal payAmount,
@RequestParam("discountAmount") BigDecimal discountAmount){
return payService.bankPay(orderId,token);
return payService.bankPay(orderId,token,payAmount,discountAmount);
}