puzhibing
2024-03-07 e6da970f74e5674c3acbe05c51bd34b27882e3e4
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;
    }