xiaoyong931011
2023-07-28 c0e5c1f671f928161c28e93d00be40aa2a74ebc0
src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java
@@ -32,13 +32,14 @@
    private RedisUtils redisUtils;
    @Resource
    RestTemplate restTemplate;
    @Autowired
    private SpringContextHolder springContextHolder;
//    @Autowired
//    private SpringContextHolder springContextHolder;
    /**
     * 获取access_token
     * 有效期两小时
     */
    @Scheduled(cron = "0 0 0/1 * * ? ")
//    @Scheduled(cron = "0 0/1 * * * ? ")
    public void getAccessToken() throws IOException {
        String appId = xcxProperties.getXcxAppid();
        String appSecret = xcxProperties.getXcxSecret();