mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-20 18:47:38 +08:00
🐛 #1415 修复小程序getCardApiTicket方法中的错误代码
This commit is contained in:
@@ -51,7 +51,7 @@ public class WxMaJsapiServiceImpl implements WxMaJsapiService {
|
||||
} finally {
|
||||
lock.unlock();
|
||||
}
|
||||
return this.wxMaService.getWxMaConfig().getJsapiTicket();
|
||||
return this.wxMaService.getWxMaConfig().getCardApiTicket();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user