更新注释,删除无用接口

This commit is contained in:
wind 2023-04-27 21:37:17 +08:00
parent 81f56c0a34
commit 8abfa178a8
2 changed files with 6 additions and 14 deletions

View File

@ -1,13 +0,0 @@
package org.dromara.sms4j.core.api;
/**
* ConfigApi
* <p> 用于自定义注册配置
* @author :Wind
* 2023/4/19 20:40
**/
public interface ConfigApi {
}

View File

@ -44,7 +44,12 @@ public class SmsLoad {
} }
} }
// 获取一个服务 /**
* getLoadServer
* <p>根据负载算法获取一个可获取到的短信服务这里获取到的服务必然是addLoadServer方法中添加过的服务不会凭空出现
* @return SmsBlend 短信实现
* @author :Wind
*/
public static SmsBlend getLoadServer() { public static SmsBlend getLoadServer() {
int totalWeight = 0; int totalWeight = 0;
LoadServer selectedLoadServer = null; LoadServer selectedLoadServer = null;