mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 22:11:40 +08:00
卡券service构造方法改为public
This commit is contained in:
parent
f65c6f7d59
commit
8a4f1e61f1
@ -38,7 +38,7 @@ public class WxMpCardServiceImpl implements WxMpCardService {
|
||||
|
||||
private WxMpService wxMpService;
|
||||
|
||||
WxMpCardServiceImpl(WxMpService wxMpService) {
|
||||
public WxMpCardServiceImpl(WxMpService wxMpService) {
|
||||
this.wxMpService = wxMpService;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user