xiaoyong931011
2022-08-11 509b0feee6521b4666b5a204f3184b7d1d9fe173
20220810
1 files modified
2 ■■■ changed files
src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java 2 ●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/mall/quartz/WxxcxJob.java
@@ -34,7 +34,7 @@
     * 获取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();