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