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