bugfix 保险分账逻辑

This commit is contained in:
Lemon
2025-09-19 10:08:00 +08:00
parent 4088313277
commit 9d8cf73f92
2 changed files with 7 additions and 4 deletions

View File

@@ -539,10 +539,10 @@ public class PaymentTestController {
*/
@Test
public void createPaymentReverseRequestTest() {
String paymentId = "002212025091616304410813943148522684416";
BigDecimal refundAmount = new BigDecimal("0.5");
String paymentId = "002212025091909381410814926502197886976";
BigDecimal refundAmount = new BigDecimal("0.02");
String memberId = "65622699";
String orderCode = "C65858163754";
String orderCode = "C63345490920";
// 延迟分账未确认调撤销调撤销接口退款
PaymentReverseOperation operation = new PaymentReverseOperation();