zhanghua
2022-09-28 2f82b1eca4a812378041f01cffce0a0f0a431dff
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 {
    /**