update test

This commit is contained in:
Guoqs
2026-05-28 13:22:44 +08:00
parent 770730cfcb
commit 1c44b2242c

View File

@@ -159,6 +159,25 @@ public class PaymentTestController {
adapayUnsplitRecordHandleService.processUnsplitRecordToDefaultMember(wechatAppId1, 20); adapayUnsplitRecordHandleService.processUnsplitRecordToDefaultMember(wechatAppId1, 20);
} }
/**
* 校验是否已经退款和分账
*/
@Test
public void refreshAdapayUnsplitRecordHandleFlagTest() {
String startTime = "2025-01-11 06:51:00";
String endTime = "2026-01-29 09:28:00";
adapayUnsplitRecordHandleService.refreshAdapayUnsplitRecordHandleFlag(startTime, endTime, wechatAppId1, null);
}
/**
* 校验是否已经退款和分账
*/
@Test
public void refreshAdapayUnsplitRecordHandleFlagTestV2() {
String paymentId = "002212025100717133810821564090057555968";
adapayUnsplitRecordHandleService.refreshAdapayUnsplitRecordHandleFlag(paymentId, wechatAppId1);
}
/** /**
* 提现方法 * 提现方法
* *