|
@@ -8,7 +8,7 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
|
|
|
import static org.springblade.core.launch.constant.AppConstant.APPLICATION_NAME_PREFIX;
|
|
|
|
|
|
-@FeignClient(value = APPLICATION_NAME_PREFIX + "meter",fallbackFactory = MeterContractInfoClientFallback.class)
|
|
|
+@FeignClient(value = APPLICATION_NAME_PREFIX + "meter")
|
|
|
public interface MeterContractInfoClient {
|
|
|
|
|
|
/**
|