From 97834ce60827831a864ebe37e585f8a921352669 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期四, 13 十一月 2025 19:11:06 +0800
Subject: [PATCH] 文件名修改
---
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/feign/RemoteDataService.java | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/feign/RemoteDataService.java b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/feign/RemoteDataService.java
index 06aa67d..ee26b50 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/feign/RemoteDataService.java
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/feign/RemoteDataService.java
@@ -5,11 +5,21 @@
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.*;
-@FeignClient(name = "remote-data-service", url = "${jinhua.url}")
+@FeignClient(name = "remote-data-service", url = "${openfeign.server}")
public interface RemoteDataService {
- @PostMapping(value="/hai/HttpEntry/", produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.APPLICATION_JSON_VALUE)
+ @PostMapping(value="/hai/HttpEntry/", produces = MediaType.APPLICATION_JSON_VALUE/*, consumes = MediaType.APPLICATION_JSON_VALUE*/)
public RestApiResult<AppointmentExternal> httpApi( @RequestParam("service") String service,
@RequestParam("urid") String urid,
@RequestParam("pwd") String pwd,
@RequestBody RestApiReqBodyVo bodyVo);
+
+/*
+ @PostMapping(value="/hai/HttpEntry/", produces = MediaType.APPLICATION_XML_VALUE*/
+/*, consumes = MediaType.APPLICATION_JSON_VALUE*//*
+)
+ public String httpFeeApi( @RequestParam("service") String service,
+ @RequestParam("urid") String urid,
+ @RequestParam("pwd") String pwd,
+ @RequestBody HisFeeConfirmReqBody bodyVo);
+*/
}
--
Gitblit v1.9.3