|
|
@@ -7,7 +7,7 @@ import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestParam;
|
|
|
|
|
|
-@FeignClient(name="jzg-platform",url = "http://192.168.0.250:8083/")
|
|
|
+@FeignClient(name="jzg-platform",url = "http://172.24.144.223:8083/")
|
|
|
public interface EsmInsCompanyClient {
|
|
|
|
|
|
|