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