Merge branch 'master-stander' into master-jiayan
| | |
| | | /** |
| | | * 复购活动service |
| | | */ |
| | | @FeignClient(name="phis-provider",path = "/p-his-data",contextId = "repo-activity") |
| | | @FeignClient(name="phi-platform-user",path = "/p-his-data",contextId = "repo-activity") |
| | | public interface SRepoActivityService { |
| | | |
| | | /** 门店列表 */ |
| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="phis-provider",path = "/p-his-data",contextId = "user-return-visit-record") |
| | | @FeignClient(name="phi-platform-user",path = "/p-his-data",contextId = "user-return-visit-record") |
| | | public interface SReturnVisitRecordService { |
| | | |
| | | |
| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="phi-pre-sys",contextId = "gzhInfo") |
| | | @FeignClient(name="phi-pre-sys",path = "/appointment",contextId = "gzhInfo") |
| | | public interface SGzhTemplateService { |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 这里这个name 需要填写 请求的服务提供者的注册到nacos Server上面的服务名,path 是请求接口前缀 |
| | | */ |
| | | @FeignClient(name="phi-pre-sys", contextId = "labelInfo") |
| | | @FeignClient(name="phi-pre-sys",path = "/appointment", contextId = "labelInfo") |
| | | public interface SLabelInfoService { |
| | | |
| | | /** |
| | |
| | | * @Date: 2022/09/27/15:59 |
| | | * @Description: |
| | | */ |
| | | @FeignClient(name="phi-pre-sys",contextId = "phis-order") |
| | | @FeignClient(name="phi-pre-sys",path = "/appointment",contextId = "phis-order") |
| | | public interface SOrderService { |
| | | /** |
| | | * 查询订单详情接口 |
| | |
| | | /** |
| | | * 术后视频 |
| | | */ |
| | | @FeignClient(name="phi-pre-sys",contextId = "phis-treat-after-video") |
| | | @FeignClient(name="phi-pre-sys",path = "/appointment",contextId = "phis-treat-after-video") |
| | | public interface STreatService { |
| | | /** |
| | | * 术后视频查询接口 |