mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +08:00
update test
This commit is contained in:
@@ -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);
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 提现方法
|
* 提现方法
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user