Skip to content

Commit 1dba5db

Browse files
committed
🐛 #1415 修复小程序getCardApiTicket方法中的错误代码
1 parent 9355b50 commit 1dba5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/impl/WxMaJsapiServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public String getCardApiTicket(boolean forceRefresh) throws WxErrorException {
5151
} finally {
5252
lock.unlock();
5353
}
54-
return this.wxMaService.getWxMaConfig().getJsapiTicket();
54+
return this.wxMaService.getWxMaConfig().getCardApiTicket();
5555
}
5656

5757
@Override

0 commit comments

Comments
 (0)