Преглед изворни кода

[TOKEN][修改]:token更新

release
Stormeye Wu пре 7 година
родитељ
комит
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;
}


Loading…
Откажи
Сачувај