!86 修复修改短信渠道缓存没有更新

Merge pull request !86 from Evol郑天/N/A
This commit is contained in:
芋道源码 2023-12-29 04:57:17 +00:00 committed by Gitee
commit fb05d4143e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -41,6 +41,7 @@ public abstract class AbstractSmsClient implements SmsClient {
return; return;
} }
log.info("[refresh][配置({})发生变化,重新初始化]", properties); log.info("[refresh][配置({})发生变化,重新初始化]", properties);
this.properties = properties;
// 初始化 // 初始化
this.init(); this.init();
} }