@RestController @RequestMapping(value="/china/region") public class ChinaRegionController extends Object
| Constructor and Description |
|---|
ChinaRegionController() |
| Modifier and Type | Method and Description |
|---|---|
ResResult<List<RegionDto>> |
findAllProvince() |
ResResult<List<RegionDto>> |
findAllProvinceAndCity() |
ResResult<List<RegionDto>> |
findAllProvinceAndCityAndArea() |
ResResult<List<RegionDto>> |
findAllRegionByParentCode(String parentCode) |
@GetMapping(value="/findAllProvince") public ResResult<List<RegionDto>> findAllProvince()
@GetMapping(value="/findAllRegionByParentCode") public ResResult<List<RegionDto>> findAllRegionByParentCode(String parentCode)
@GetMapping(value="/findAllProvinceAndCity") public ResResult<List<RegionDto>> findAllProvinceAndCity()
Copyright © 2023. All rights reserved.