package com.by4cloud.platformx.api.feign; import com.by4cloud.platformx.common.core.constant.ServiceNameConstants; import org.springframework.cloud.openfeign.FeignClient; /** * @author kdq * @version 1.0.0 * @ClassName RemoteUserService.java * @Description TODO * @createTime 2025年03月12日 13:42:00 */ @FeignClient(contextId = "remoteUserService", value = ServiceNameConstants.UPMS_SERVICE,url="${servers.main-url}") public interface RemoteUserService { }