There was an error while loading. Please reload this page.
RedisTemplateWxRedisOps 要的锁是 ReentrantLock ,需要使用分布式锁 具体代码
public class RedisTemplateWxRedisOps implements WxRedisOps { ······ @Override public Lock getLock(String key) { return new ReentrantLock(); } }