Merge pull request #19 from ZhaoxiongTan/develop

卡券service构造方法改为public
This commit is contained in:
Binary Wang
2016-08-10 21:15:07 +08:00
committed by GitHub

View File

@ -38,7 +38,7 @@ public class WxMpCardServiceImpl implements WxMpCardService {
private WxMpService wxMpService;
WxMpCardServiceImpl(WxMpService wxMpService) {
public WxMpCardServiceImpl(WxMpService wxMpService) {
this.wxMpService = wxMpService;
}