fhx
2024-08-12 a6a950766586db2d274a179904d9b3ea714a3b88
phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncSTUserImgService.java
@@ -10,7 +10,7 @@
/**
 * 这里这个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 {