🎨 代码优化

This commit is contained in:
Binary Wang
2022-06-21 16:25:21 +08:00
parent 867f8e454d
commit 541589be59

View File

@ -87,7 +87,7 @@ public abstract class BaseWxMpServiceImpl<H, P> implements WxMpService, RequestH
private WxMpTemplateMsgService templateMsgService = new WxMpTemplateMsgServiceImpl(this); private WxMpTemplateMsgService templateMsgService = new WxMpTemplateMsgServiceImpl(this);
@Getter @Getter
@Setter @Setter
private final WxMpSubscribeMsgService subscribeMsgService = new WxMpSubscribeMsgServiceImpl(this); private WxMpSubscribeMsgService subscribeMsgService = new WxMpSubscribeMsgServiceImpl(this);
@Getter @Getter
@Setter @Setter
private WxMpDeviceService deviceService = new WxMpDeviceServiceImpl(this); private WxMpDeviceService deviceService = new WxMpDeviceServiceImpl(this);
@ -105,7 +105,7 @@ public abstract class BaseWxMpServiceImpl<H, P> implements WxMpService, RequestH
private WxMpAiOpenService aiOpenService = new WxMpAiOpenServiceImpl(this); private WxMpAiOpenService aiOpenService = new WxMpAiOpenServiceImpl(this);
@Getter @Getter
@Setter @Setter
private final WxMpWifiService wifiService = new WxMpWifiServiceImpl(this); private WxMpWifiService wifiService = new WxMpWifiServiceImpl(this);
@Getter @Getter
@Setter @Setter
private WxMpMarketingService marketingService = new WxMpMarketingServiceImpl(this); private WxMpMarketingService marketingService = new WxMpMarketingServiceImpl(this);