1.增加台桌状态
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user