Pre Merge pull request !86 from Evol郑天/N/A

pull/86/MERGE
Evol郑天 2023-12-29 04:53:31 +00:00 committed by Gitee
commit 355252dbf0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 0 deletions

View File

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