puzhibing
2024-03-06 d3ca5fbb31fd0d52be2099e1be9a2f1b245686c6
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;
    }