|
|
@@ -779,12 +779,12 @@ public class ApiController {
|
|
|
return regionService.RegionList();
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/region/provinceList")
|
|
|
+ @PostMapping("/region/provinceList")
|
|
|
public R provinceList() {
|
|
|
return regionService.provinceList();
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/region/childList")
|
|
|
+ @PostMapping("/region/childList")
|
|
|
public R childList(@RequestBody Map<String, Object> params) {
|
|
|
return regionService.childList(params);
|
|
|
}
|