xiaoyong931011
2023-08-15 09090250b33c1f818c2364a8d03cf6d7b6c2c6de
src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java
@@ -39,6 +39,7 @@
     * 有效期两小时
     */
    @Scheduled(cron = "0 0 0/1 * * ? ")
//    @Scheduled(cron = "0 0/1 * * * ? ")
    public void getAccessToken() throws IOException {
        String appId = xcxProperties.getXcxAppid();
        String appSecret = xcxProperties.getXcxSecret();