jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/feign/RemoteDataService.java
@@ -6,7 +6,7 @@ import javax.annotation.Resource; @FeignClient(name = "remote-data-service", url = "http://127.0.0.1:8080") @FeignClient(name = "remote-data-service", url = "${jinhua.url}") public interface RemoteDataService { @PostMapping(value="/hai/HttpEntry/", produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.APPLICATION_JSON_VALUE) public RestApiResult<Object> httpApi( @RequestParam("service") String service,