|
|
@@ -784,9 +784,9 @@ public class ApiController {
|
|
|
return regionService.provinceList();
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/region/cityList")
|
|
|
- public R regionCityList(@RequestBody Map<String, Object> params) {
|
|
|
- return regionService.cityList(params);
|
|
|
+ @GetMapping("/region/childList")
|
|
|
+ public R childList(@RequestBody Map<String, Object> params) {
|
|
|
+ return regionService.childList(params);
|
|
|
}
|
|
|
|
|
|
@GetMapping("/region/urbanDistrictList")
|