eight
2024-09-01 aa2afbc3a63030ff81e6a7a3d0737d6c8d304c97
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,