| | |
| | | * 客户资料卡 |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name = "phi-platform-user", path = "/bi-poly", contextId = "bi-poly-userDocPro") |
| | | @FeignClient(name = "phiskin-bi-view-user", path = "/bi-poly", contextId = "bi-poly-userDocPro") |
| | | public interface BiUserDoctorProjectService { |
| | | |
| | | /** |
| | |
| | | * 客户资料卡 |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name = "phi-platform-user", path = "/bi-poly", contextId = "bi-poly-userCardInfo") |
| | | @FeignClient(name = "phiskin-bi-view-user", path = "/bi-poly", contextId = "bi-poly-userCardInfo") |
| | | public interface BiUserInfoCardService { |
| | | |
| | | /** |