Kaynağa Gözat

[TOKEN][修改]:token更新

release
Stormeye Wu 7 yıl önce
ebeveyn
işleme
a033946feb
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. +4
    -0
      mlWechatOpen/src/main/java/com/iformall/service/wechat/WxOpenInRedisDBConfigStorage.java

+ 4
- 0
mlWechatOpen/src/main/java/com/iformall/service/wechat/WxOpenInRedisDBConfigStorage.java Dosyayı Görüntüle

@@ -47,6 +47,10 @@ public class WxOpenInRedisDBConfigStorage extends WxOpenInMemoryConfigStorage {
@Autowired
private WxAuthorizerInfoMapper wxAuthorizerInfoMapper;

public WxOpenInRedisDBConfigStorage() {
this.jedisPool = null;
}

public WxOpenInRedisDBConfigStorage(Pool<Jedis> jedisPool) {
this.jedisPool = jedisPool;
}


Yükleniyor…
İptal
Kaydet