From 541589be59197c5238258be48a1abbec69b0bd79 Mon Sep 17 00:00:00 2001 From: Binary Wang Date: Tue, 21 Jun 2022 16:25:21 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../me/chanjar/weixin/mp/api/impl/BaseWxMpServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/BaseWxMpServiceImpl.java b/weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/BaseWxMpServiceImpl.java index e12e30493..2430f91f2 100644 --- a/weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/BaseWxMpServiceImpl.java +++ b/weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/impl/BaseWxMpServiceImpl.java @@ -87,7 +87,7 @@ public abstract class BaseWxMpServiceImpl implements WxMpService, RequestH private WxMpTemplateMsgService templateMsgService = new WxMpTemplateMsgServiceImpl(this); @Getter @Setter - private final WxMpSubscribeMsgService subscribeMsgService = new WxMpSubscribeMsgServiceImpl(this); + private WxMpSubscribeMsgService subscribeMsgService = new WxMpSubscribeMsgServiceImpl(this); @Getter @Setter private WxMpDeviceService deviceService = new WxMpDeviceServiceImpl(this); @@ -105,7 +105,7 @@ public abstract class BaseWxMpServiceImpl implements WxMpService, RequestH private WxMpAiOpenService aiOpenService = new WxMpAiOpenServiceImpl(this); @Getter @Setter - private final WxMpWifiService wifiService = new WxMpWifiServiceImpl(this); + private WxMpWifiService wifiService = new WxMpWifiServiceImpl(this); @Getter @Setter private WxMpMarketingService marketingService = new WxMpMarketingServiceImpl(this);