🆕 #1710 企业微信增加发送新客户欢迎语接口

This commit is contained in:
Binary Wang
2020-08-16 14:33:31 +08:00
parent 928ba178a3
commit 8b7ca9b7b4
29 changed files with 363 additions and 144 deletions

View File

@@ -10,7 +10,6 @@ import java.util.concurrent.locks.Lock;
@RequiredArgsConstructor
public class JedisWxRedisOps implements WxRedisOps {
private final Pool<Jedis> jedisPool;
@Override