mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-04 20:57:47 +08:00
#981 WxMpMemberCardServiceImpl的构造函数设为public
This commit is contained in:
parent
53a4da00cd
commit
4beeca2762
@ -51,7 +51,7 @@ public class WxMpMemberCardServiceImpl implements WxMpMemberCardService {
|
|||||||
|
|
||||||
private static final Gson GSON = WxMpGsonBuilder.create();
|
private static final Gson GSON = WxMpGsonBuilder.create();
|
||||||
|
|
||||||
WxMpMemberCardServiceImpl(WxMpService wxMpService) {
|
public WxMpMemberCardServiceImpl(WxMpService wxMpService) {
|
||||||
this.wxMpService = wxMpService;
|
this.wxMpService = wxMpService;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user