mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-20 02:29:44 +08:00
卡券service构造方法改为public
This commit is contained in:
@@ -38,7 +38,7 @@ public class WxMpCardServiceImpl implements WxMpCardService {
|
||||
|
||||
private WxMpService wxMpService;
|
||||
|
||||
WxMpCardServiceImpl(WxMpService wxMpService) {
|
||||
public WxMpCardServiceImpl(WxMpService wxMpService) {
|
||||
this.wxMpService = wxMpService;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user