|
@ -21,8 +21,8 @@ import java.util.List; |
|
|
* @author yinzuomei@elink-cn.com |
|
|
* @author yinzuomei@elink-cn.com |
|
|
* @date 2020/6/4 13:47 |
|
|
* @date 2020/6/4 13:47 |
|
|
*/ |
|
|
*/ |
|
|
@FeignClient(name = ServiceConstant.EPMET_MESSAGE_SERVER, fallbackFactory = EpmetMessageOpenFeignClientFallbackFactory.class, url = "http://127.0.0.1:8085") |
|
|
// @FeignClient(name = ServiceConstant.EPMET_MESSAGE_SERVER, fallbackFactory = EpmetMessageOpenFeignClientFallbackFactory.class, url = "http://127.0.0.1:8085")
|
|
|
// @FeignClient(name = ServiceConstant.EPMET_MESSAGE_SERVER, fallbackFactory = EpmetMessageOpenFeignClientFallbackFactory.class)
|
|
|
@FeignClient(name = ServiceConstant.EPMET_MESSAGE_SERVER, fallbackFactory = EpmetMessageOpenFeignClientFallbackFactory.class) |
|
|
public interface EpmetMessageOpenFeignClient { |
|
|
public interface EpmetMessageOpenFeignClient { |
|
|
/** |
|
|
/** |
|
|
* 发送短信 |
|
|
* 发送短信 |
|
|