mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-06-23 09:33:17 +08:00
多笔退款退款接口实现
This commit is contained in:
@@ -69,7 +69,7 @@ public class PayTest {
|
||||
/*-----------消费(被扫场景)------------------------------*/
|
||||
|
||||
// /*-----------消费撤销------------------------------*/
|
||||
params = service.unionRefundOrConsumeUndo("原交易查询流水号", "订单号", new BigDecimal("退款金额" ),UnionTransactionType.CONSUME_UNDO);
|
||||
params = service.unionRefundOrConsumeUndo(new RefundOrder( "订单号", "原交易查询流水号", new BigDecimal("退款金额" )),UnionTransactionType.CONSUME_UNDO);
|
||||
// /*-----------消费撤销------------------------------*/
|
||||
|
||||
/*-----------交易状态查询交易:只有同步应答------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user