wuxw
2022-07-17 ce64e667815b39efdc2f8bd52be0d43d49db8d84
java110-interface/src/main/java/com/java110/intf/common/IAreaInnerServiceSMO.java
old mode 100644 new mode 100755
@@ -12,7 +12,7 @@
/**
 * 查询地区信息
 */
@FeignClient(name = "common-service", configuration = {FeignConfiguration.class})
@FeignClient(name = "${java110.common-service}", configuration = {FeignConfiguration.class})
@RequestMapping("/areaApi")
public interface IAreaInnerServiceSMO {
@@ -27,5 +27,7 @@
    @RequestMapping(value = "/getProvCityArea", method = RequestMethod.POST)
    public List<AreaDto> getProvCityArea(@RequestBody AreaDto areaDto);
    @RequestMapping(value = "/getWholeArea", method = RequestMethod.POST)
    public List<AreaDto> getWholeArea(@RequestBody AreaDto areaDto);
}