From ae6eec0f0adec077169455e79de95c3d5a0968c5 Mon Sep 17 00:00:00 2001 From: mg <maokecheng@163.com> Date: 星期四, 29 九月 2022 13:19:46 +0800 Subject: [PATCH] 案件详情。 --- ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java b/ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java index d9d9409..3923a42 100644 --- a/ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java +++ b/ycl-platform/src/main/java/com/ycl/remote/service/CityPlatformService.java @@ -1,7 +1,7 @@ package com.ycl.remote.service; import com.ycl.remote.dto.*; -//import org.springframework.cloud.openfeign.FeignClient; +import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestParam; @@ -12,7 +12,7 @@ * @author: AI * @date: 2022-09-28 15:40 **/ -//@FeignClient(url = "http://10.53.139.176:81/api", name = "cityApi") +@FeignClient(url = "http://10.53.139.176:81/api", name = "cityApi") public interface CityPlatformService { /** -- Gitblit v1.8.0