|
|
@@ -1,22 +0,0 @@
|
|
|
-package com.jzg.quotation.commons.client;
|
|
|
-
|
|
|
-import com.jzg.commons.core.page.HttpResult;
|
|
|
-import org.springframework.cloud.openfeign.FeignClient;
|
|
|
-import org.springframework.web.bind.annotation.GetMapping;
|
|
|
-import org.springframework.web.bind.annotation.RequestParam;
|
|
|
-
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-@FeignClient(name="jzg-platform",url = "http://192.168.0.250:8001/")
|
|
|
-public interface EsmInsCompanyClient {
|
|
|
-
|
|
|
-
|
|
|
- /**
|
|
|
- * 通过保险公司id查询下级id及本级id
|
|
|
- * @param companyId
|
|
|
- * @return
|
|
|
- */
|
|
|
- @GetMapping("/esmInsCompany/getChildCompanyId")
|
|
|
- public HttpResult<List<String>> getChildCompanyId(@RequestParam String companyId);
|
|
|
-
|
|
|
-}
|