| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="phi-platform-service",path = "/phip",contextId = "phip-return-visit-record") |
| | | @FeignClient(name="phi-platform-user",path = "/phip",contextId = "phip-return-visit-record") |
| | | public interface SPhipReturnVisitRecordService { |
| | | |
| | | /** |
| | |
| | | * @USER: fhx |
| | | * @DATE: 2023/7/6 |
| | | **/ |
| | | @FeignClient(name="phi-platform-service",path = "/phip",contextId = "phip-appointment-crm-self-v2") |
| | | @FeignClient(name="phi-platform-user",path = "/phip",contextId = "phip-appointment-crm-self-v2") |
| | | public interface SPhipCrmSelfV2Service { |
| | | |
| | | /** 预约门店 */ |