mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-17 21:59:52 +08:00
Merge branch 'dev' of https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web into dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user