crm-platform-feign/src/main/java/com/hz/crm/feign/FDoctorTimeService.java
@@ -11,7 +11,7 @@ /** * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 */ @FeignClient(name="crm-platform-service",path = "/crm-platform",contextId = "crm-doctorTime") @FeignClient(name="crm-user",path = "/crm-platform",contextId = "crm-doctorTime") public interface FDoctorTimeService { @PostMapping(value = "/doctor/time/sync")