Commit 7b2f182b authored by zhangyingbin's avatar zhangyingbin

ugp新增tzsfeign调用

parent 200bbdda
...@@ -13,7 +13,7 @@ import java.util.List; ...@@ -13,7 +13,7 @@ import java.util.List;
@FeignClient(name = "TZS", path = "/tzs", configuration = @FeignClient(name = "TZS", path = "/tzs", configuration =
{MultipartSupportConfig.class}) {MultipartSupportConfig.class})
public interface UgpServiceFeignClient { public interface TzsServiceFeignClient {
/** /**
* 根据企业名称查询许可信息 * 根据企业名称查询许可信息
...@@ -21,5 +21,5 @@ public interface UgpServiceFeignClient { ...@@ -21,5 +21,5 @@ public interface UgpServiceFeignClient {
* @return * @return
*/ */
@RequestMapping(value = "/baseUnitLicence/licences", method = RequestMethod.GET) @RequestMapping(value = "/baseUnitLicence/licences", method = RequestMethod.GET)
ResponseModel<List<UnitLicence>> syncCompany(@RequestParam String companyName); ResponseModel<List<UnitLicence>> getLicenceByCompanyName(@RequestParam String companyName);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment