mirror of
https://gitee.com/dromara/sms4j.git
synced 2025-12-06 08:58:38 +08:00
更新注释,删除无用接口
This commit is contained in:
parent
81f56c0a34
commit
8abfa178a8
@ -1,13 +0,0 @@
|
||||
package org.dromara.sms4j.core.api;
|
||||
|
||||
/**
|
||||
* ConfigApi
|
||||
* <p> 用于自定义注册配置
|
||||
* @author :Wind
|
||||
* 2023/4/19 20:40
|
||||
**/
|
||||
public interface ConfigApi {
|
||||
|
||||
|
||||
|
||||
}
|
||||
@ -44,7 +44,12 @@ public class SmsLoad {
|
||||
}
|
||||
}
|
||||
|
||||
// 获取一个服务
|
||||
/**
|
||||
* getLoadServer
|
||||
* <p>根据负载算法获取一个可获取到的短信服务,这里获取到的服务必然是addLoadServer方法中添加过的服务,不会凭空出现
|
||||
* @return SmsBlend 短信实现
|
||||
* @author :Wind
|
||||
*/
|
||||
public static SmsBlend getLoadServer() {
|
||||
int totalWeight = 0;
|
||||
LoadServer selectedLoadServer = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user