|
@@ -57,7 +57,7 @@ public class AppXunjianController {
|
|
}
|
|
}
|
|
|
|
|
|
@PostMapping("/getItems")
|
|
@PostMapping("/getItems")
|
|
- public AjaxResult getItems(AppXunjianVO vo) {
|
|
|
|
|
|
+ public AjaxResult getItems(@RequestBody AppXunjianVO vo) {
|
|
return xunjianService.getItems(vo);
|
|
return xunjianService.getItems(vo);
|
|
}
|
|
}
|
|
|
|
|