We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65c6f7 commit 8a4f1e6Copy full SHA for 8a4f1e6
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/WxMpCardServiceImpl.java
@@ -38,7 +38,7 @@ public class WxMpCardServiceImpl implements WxMpCardService {
38
39
private WxMpService wxMpService;
40
41
- WxMpCardServiceImpl(WxMpService wxMpService) {
+ public WxMpCardServiceImpl(WxMpService wxMpService) {
42
this.wxMpService = wxMpService;
43
}
44
0 commit comments