eight
2024-10-15 647095a34d62db02533cf9c121436900b51c757c
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,