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

plp
YunaiV 2 years ago
parent 829965e50a
commit 0861372755

@ -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();
} }

Loading…
Cancel
Save