mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-06 17:08:40 +08:00
修改获取实现类工厂名称为SmsFactory
This commit is contained in:
parent
4a9e1e924f
commit
a951b4aa1f
@ -10,13 +10,13 @@ import kim.wind.sms.tencent.config.TencentSmsConfig;
|
||||
import kim.wind.sms.unisms.config.UniSmsConfig;
|
||||
|
||||
/**
|
||||
* SmsStart
|
||||
* SmsFactory
|
||||
* <p>
|
||||
* @author :Wind
|
||||
* 2023/4/8 15:55
|
||||
**/
|
||||
public class SmsStart {
|
||||
private SmsStart(){};
|
||||
public class SmsFactory {
|
||||
private SmsFactory(){};
|
||||
|
||||
/**
|
||||
* createSmsBlend
|
||||
Loading…
x
Reference in New Issue
Block a user