diff --git a/jsowell-admin/src/test/java/PaymentTestController.java b/jsowell-admin/src/test/java/PaymentTestController.java index d44831c49..d5678d94c 100644 --- a/jsowell-admin/src/test/java/PaymentTestController.java +++ b/jsowell-admin/src/test/java/PaymentTestController.java @@ -232,10 +232,10 @@ public class PaymentTestController { */ @Test public void createPaymentReverseRequestTest() { - String paymentId = "002212024102215301510694702317666226176"; - BigDecimal refundAmount = new BigDecimal("15.42"); - String memberId = "42833137"; - String orderCode = "C21960272918"; + String paymentId = "002212024120516445110710666157707481088"; + BigDecimal refundAmount = new BigDecimal("32.31"); + String memberId = "46690495"; + String orderCode = "C86577082495"; // 延迟分账未确认调撤销调撤销接口退款 PaymentReverseOperation operation = new PaymentReverseOperation();