From 100fd1f85647c35e96530976e3d011661959904e Mon Sep 17 00:00:00 2001 From: oof <10114822@qq.com> Date: Mon, 4 Apr 2022 12:27:15 +0000 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=88=A0=E9=99=A4=E4=B8=8D=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E7=9A=84=E5=AF=BC=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../open/api/impl/WxOpenInRedisTemplateConfigStorage.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenInRedisTemplateConfigStorage.java b/weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenInRedisTemplateConfigStorage.java index da04b176b..f7d8fdd45 100644 --- a/weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenInRedisTemplateConfigStorage.java +++ b/weixin-java-open/src/main/java/me/chanjar/weixin/open/api/impl/WxOpenInRedisTemplateConfigStorage.java @@ -10,8 +10,6 @@ import lombok.NonNull; import me.chanjar.weixin.common.redis.JedisWxRedisOps; import me.chanjar.weixin.common.redis.RedisTemplateWxRedisOps; import me.chanjar.weixin.common.redis.WxRedisOps; -import redis.clients.jedis.Jedis; -import redis.clients.jedis.util.Pool; /** *