修改feign调用的服务名:synchro-service 修改为 phi-platform-user
| | |
| | | /** |
| | | * @Author |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-coupon") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-coupon") |
| | | public interface SyncCouponService { |
| | | |
| | | /** |
| | |
| | | /** |
| | | * @Author |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-executionRecord") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-executionRecord") |
| | | public interface SyncExecutionRecordService { |
| | | |
| | | /** |
| | |
| | | /** |
| | | * @Author |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-goods") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-goods") |
| | | public interface SyncGoodsService { |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-medical-records") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-medical-records") |
| | | public interface SyncMedicalRecordsService { |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-order") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-order") |
| | | public interface SyncOrderService { |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-prescription") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-prescription") |
| | | public interface SyncPrescriptionService { |
| | | |
| | | /** |
| | |
| | | /** |
| | | * @Author |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-project") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-project") |
| | | public interface SyncProjectService { |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-promotion") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-promotion") |
| | | public interface SyncPromotionService { |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-st-user") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-st-user") |
| | | public interface SyncSTUserImgService { |
| | | |
| | | |
| | |
| | | /** |
| | | * @Author |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-userCrad") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-userCrad") |
| | | public interface SyncUserCardService { |
| | | |
| | | |
| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="synchro-service",path = "/his_synchro",contextId = "synchro-user") |
| | | @FeignClient(name="phi-platform-user",path = "/his_synchro",contextId = "synchro-user") |
| | | public interface SyncUserService { |
| | | |
| | | /** |