...
|
...
|
@@ -8,6 +8,8 @@ import java.util.Arrays; |
|
|
import java.util.List;
|
|
|
import java.util.Map;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
import org.apache.commons.collections.CollectionUtils;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.slf4j.Logger;
|
...
|
...
|
@@ -42,7 +44,7 @@ public class SMSSendHelper { |
|
|
@Value("${message.sender.isDev:true}")
|
|
|
private boolean isDev;
|
|
|
|
|
|
@Autowired
|
|
|
@Resource(name = "core-config-reader")
|
|
|
private ConfigReader configReader;
|
|
|
/**
|
|
|
* 根据运营商选择发送短信
|
...
|
...
|
|