lmj2577977814

Results 1 issues of lmj2577977814

WxMpService mpService = this.wxOpenServiceDemo.getWxOpenComponentService().getWxMpServiceByAppid(appId); try { WxJsapiSignature jsapiSignature = mpService.createJsapiSignature(url); return ResponseUtil.buildSuccess(jsapiSignature); } catch (WxErrorException e) { e.printStackTrace(); } Caused by: java.lang.AbstractMethodError: me.chanjar.weixin.open.api.impl.WxOpenInMemoryConfigStorage$WxOpenInnerConfigStorage.getTicketLock(Lme/chanjar/weixin/mp/enums/TicketType;)Ljava/util/concurrent/locks/Lock; at me.chanjar.weixin.mp.api.impl.BaseWxMpServiceImpl.getTicket(BaseWxMpServiceImpl.java:95) at me.chanjar.weixin.mp.api.impl.BaseWxMpServiceImpl.getJsapiTicket(BaseWxMpServiceImpl.java:124) at me.chanjar.weixin.mp.api.impl.BaseWxMpServiceImpl.createJsapiSignature(BaseWxMpServiceImpl.java:131) at...