|
@@ -44,7 +44,6 @@ public class WxMpConfiguration {
|
|
|
WxMpDefaultConfigImpl configStorage = new WxMpMapConfigImpl();
|
|
|
configStorage.setAppId(properties.getAppId());
|
|
|
configStorage.setSecret(properties.getSecret());
|
|
|
- configStorage.setTemplateId(properties.getTemplateId());
|
|
|
configStorage.setUseStableAccessToken(true);
|
|
|
|
|
|
WxMpService service = new WxMpServiceImpl();
|