|
|
@ -28,8 +28,4 @@ public class CommonAggFeignClientFallback implements CommonAggFeignClient { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.DATA_AGGREGATOR_SERVER, "getAgencyInfo", agencyId); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Result<GridInfoCache> getGridInfo(String gridId) { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.DATA_AGGREGATOR_SERVER, "getGridInfo", gridId); |
|
|
|
} |
|
|
|
} |
|
|
|