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

Signed-off-by: Evol郑天 <jpevol@163.com>
This commit is contained in:
Evol郑天 2023-12-23 07:51:19 +00:00 committed by Gitee
parent f50780300f
commit 08bfaa2caf
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;
}
log.info("[refresh][配置({})发生变化,重新初始化]", properties);
this.properties = properties;
// 初始化
this.init();
}