This commit is contained in:
YunaiV 2023-12-29 12:59:31 +08:00
commit 29405b9e41

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