From 89db573c1b753ad197c2ce35430048ba4b18505d Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Fri, 07 Feb 2025 16:03:51 +0800 Subject: [PATCH] refactor(pay): 优化 FIUU 支付回调逻辑 --- src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java b/src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java index ccd49dd..99a90dc 100644 --- a/src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java +++ b/src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java @@ -11,9 +11,7 @@ import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; -import org.springframework.web.client.RestTemplate; -import javax.annotation.Resource; import java.util.List; @Slf4j @@ -29,8 +27,8 @@ private MallMemberCouponMapper mallMemberCouponMapper; @Autowired private MallInvoiceService mallInvoiceService; - @Resource - RestTemplate restTemplate; +// @Resource +// RestTemplate restTemplate; // @Autowired // private SpringContextHolder springContextHolder; /** -- Gitblit v1.9.1