@@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.RequestBody;
* @desc : 请求用户服务
* @date : 2022-06-07 16:03
*/
-@FeignClient(name = Constant.MDM_PREFIX + Constant.SERVER + "-jn")
+@FeignClient(name = Constant.MDM_PREFIX + Constant.SERVER)
public interface UserService {
/**