chenjiahe
2024-05-10 9268ed83af0e3c8b58f1f7fa8dd0ef55c9869174
phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncUserService.java
@@ -17,7 +17,7 @@
/**
 * 这里这个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 {
    /**