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;
|
import kim.wind.sms.unisms.config.UniSmsConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SmsStart
|
* SmsFactory
|
||||||
* <p>
|
* <p>
|
||||||
* @author :Wind
|
* @author :Wind
|
||||||
* 2023/4/8 15:55
|
* 2023/4/8 15:55
|
||||||
**/
|
**/
|
||||||
public class SmsStart {
|
public class SmsFactory {
|
||||||
private SmsStart(){};
|
private SmsFactory(){};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* createSmsBlend
|
* createSmsBlend
|
||||||
Loading…
x
Reference in New Issue
Block a user