Просмотр исходного кода

[TOKEN][修改]:token更新

release
Stormeye Wu 7 лет назад
Родитель
Сommit
a033946feb
1 измененных файлов: 4 добавлений и 0 удалений
  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 Просмотреть файл

@@ -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;
}


Загрузка…
Отмена
Сохранить