44323
2024-03-08 6d934d0ac5f783e23ec5c300a5d0c8e1dc90827d
cloud-server-other/src/main/java/com/dsh/other/controller/SiteController.java
@@ -164,7 +164,7 @@
    }
    @RequestMapping("/base/site/listById")
    public Site listById(@RequestParam("id") Integer id) {
    public Site listById(@RequestBody Integer id) {
        Site byId = siteService.getById(id);
        return byId;
    }