eight
2024-08-09 e5c7762118288450ce1464668164dc7cbcc568aa
openfeign url 可配置
已删除1个文件
已修改1个文件
39 ■■■■■ 文件已修改
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/feign/RestApiReqParamVo.java 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/appointment/AppointmentController.java
@@ -2,7 +2,6 @@
import cn.lihu.jh.module.ecg.feign.RemoteDataService;
import cn.lihu.jh.module.ecg.feign.RestApiReqBodyVo;
import cn.lihu.jh.module.ecg.feign.RestApiReqParamVo;
import cn.lihu.jh.module.ecg.feign.RestApiResult;
import org.springframework.web.bind.annotation.*;
import org.springframework.validation.annotation.Validated;
@@ -107,10 +106,6 @@
        //AppointmentDO appointment = appointmentService.getAppointment(id);
        //return success(BeanUtils.toBean(appointment, AppointmentRespVO.class));
        RestApiReqParamVo reqParamVo = new RestApiReqParamVo();
        reqParamVo.setService("queryEcgRequest");  // queryEcgRequest   QueryRisReportList
        reqParamVo.setUrid("ECG");
        reqParamVo.setPwd("ECG");
        RestApiReqBodyVo reqBodyVo = new RestApiReqBodyVo();
        reqBodyVo.setSfzh("121");
        reqBodyVo.setMzzyh("A34343");
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/feign/RestApiReqParamVo.java
文件已删除