Explorar el Código

[TOKEN][修改]:token更新

release
Stormeye Wu hace 7 años
padre
commit
a033946feb
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 Ver fichero

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


Cargando…
Cancelar
Guardar