This commit is contained in:
Guoqs
2024-12-07 11:57:13 +08:00
parent 118c311cb2
commit 6e2b20d21a

View File

@@ -232,10 +232,10 @@ public class PaymentTestController {
*/ */
@Test @Test
public void createPaymentReverseRequestTest() { public void createPaymentReverseRequestTest() {
String paymentId = "002212024102215301510694702317666226176"; String paymentId = "002212024120516445110710666157707481088";
BigDecimal refundAmount = new BigDecimal("15.42"); BigDecimal refundAmount = new BigDecimal("32.31");
String memberId = "42833137"; String memberId = "46690495";
String orderCode = "C21960272918"; String orderCode = "C86577082495";
// 延迟分账未确认调撤销调撤销接口退款 // 延迟分账未确认调撤销调撤销接口退款
PaymentReverseOperation operation = new PaymentReverseOperation(); PaymentReverseOperation operation = new PaymentReverseOperation();