mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 添加注释
This commit is contained in:
@@ -340,8 +340,7 @@ public class PaymentTestController {
|
||||
|
||||
/**
|
||||
* 批量执行分账
|
||||
* 分账信息在paymentIdAndAmount文件中
|
||||
* paymentId, 订单编号, 待分账金额, 待分账时间
|
||||
* @deprecated 2025年8月16日15点48分弃用, 此分账方法不会保存分账记录, 应使用接口执行分账
|
||||
*/
|
||||
@Test
|
||||
public void batchCreatePaymentConfirm() {
|
||||
@@ -403,6 +402,7 @@ public class PaymentTestController {
|
||||
|
||||
/**
|
||||
* 执行分账并处理重试逻辑
|
||||
* @deprecated
|
||||
*/
|
||||
private void executeWithRetry(PaymentConfirmParam param, int retryCount) {
|
||||
PaymentConfirmResponse response = adapayService.createPaymentConfirmRequest(param);
|
||||
@@ -442,6 +442,7 @@ public class PaymentTestController {
|
||||
|
||||
/**
|
||||
* 处理延迟队列中的分账任务
|
||||
* @deprecated
|
||||
*/
|
||||
@Scheduled(fixedDelay = 60000) // 每分钟执行一次
|
||||
public void processDelayedPaymentConfirm() {
|
||||
|
||||
Reference in New Issue
Block a user