Merge remote-tracking branch 'origin/hph' into test
This commit is contained in:
@@ -216,7 +216,7 @@ public class PayController {
|
|||||||
@RequestParam("orderId") String orderId,
|
@RequestParam("orderId") String orderId,
|
||||||
@RequestParam("payAmount") BigDecimal payAmount,
|
@RequestParam("payAmount") BigDecimal payAmount,
|
||||||
@RequestParam("discountAmount") BigDecimal discountAmount){
|
@RequestParam("discountAmount") BigDecimal discountAmount){
|
||||||
return payService.bankPay(orderId,token);
|
return payService.bankPay(orderId,token,payAmount,discountAmount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user