|
@ -2,7 +2,6 @@ package com.elink.esua.epdc.feign; |
|
|
|
|
|
|
|
|
import com.elink.esua.epdc.commons.tools.constant.ServiceConstant; |
|
|
import com.elink.esua.epdc.commons.tools.constant.ServiceConstant; |
|
|
import com.elink.esua.epdc.commons.tools.utils.Result; |
|
|
import com.elink.esua.epdc.commons.tools.utils.Result; |
|
|
import com.elink.esua.epdc.feign.fallback.OssFeignClientFallback; |
|
|
|
|
|
import com.elink.esua.epdc.feign.fallback.UserRelationClientFallback; |
|
|
import com.elink.esua.epdc.feign.fallback.UserRelationClientFallback; |
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
import org.springframework.cloud.openfeign.FeignClient; |
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
|
import org.springframework.web.bind.annotation.GetMapping; |
|
@ -16,7 +15,7 @@ import java.util.List; |
|
|
* @Author: wk |
|
|
* @Author: wk |
|
|
* @Date: 2020/5/26 |
|
|
* @Date: 2020/5/26 |
|
|
*/ |
|
|
*/ |
|
|
@FeignClient(name = ServiceConstant.EPDC_ANALYSIS_SERVER, fallback = UserRelationClientFallback.class) |
|
|
@FeignClient(name = ServiceConstant.EPDC_CLOUD_ANALYSIS_SERVER, fallback = UserRelationClientFallback.class,url = "http://127.0.0.1:9060") |
|
|
public interface UserRelationFeignClient { |
|
|
public interface UserRelationFeignClient { |
|
|
/** |
|
|
/** |
|
|
* @Description: 调用数据分析 - 书记在线的用户名单 |
|
|
* @Description: 调用数据分析 - 书记在线的用户名单 |
|
|