This commit is contained in:
YunaiV 2023-12-29 12:58:30 +08:00
commit 5f64c0b07f

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