update 添加注释

This commit is contained in:
Guoqs
2025-08-16 16:05:37 +08:00
parent ee420f7adc
commit 008441527e

View File

@@ -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() {