This commit is contained in:
Guoqs
2026-05-28 14:24:16 +08:00
4 changed files with 453 additions and 15 deletions

View File

@@ -166,7 +166,9 @@ public class PaymentTestController {
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);
// adapayUnsplitRecordHandleService.refreshAdapayUnsplitRecordHandleFlag(startTime, endTime, wechatAppId1, null);
adapayUnsplitRecordHandleService.syncAndRefreshFlagsFromAdapay(startTime, endTime, wechatAppId1, null);
}
/**
@@ -174,8 +176,8 @@ public class PaymentTestController {
*/
@Test
public void refreshAdapayUnsplitRecordHandleFlagTestV2() {
String paymentId = "002212025100717133810821564090057555968";
adapayUnsplitRecordHandleService.refreshAdapayUnsplitRecordHandleFlag(paymentId, wechatAppId1);
String paymentId = "002212025100511252110820751665557659648";
adapayUnsplitRecordHandleService.syncAndRefreshFlagsFromAdapay(paymentId, wechatAppId1);
}
/**