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.
2 parents f65c6f7 + 8a4f1e6 commit 6e55387Copy full SHA for 6e55387
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