xuhy
2025-06-16 0efe6213bfdd3281f73d91579b50b88e4ec8cb49
ruoyi-admin/src/main/java/com/ruoyi/web/controller/api/TSystemBulletinController.java
@@ -58,7 +58,7 @@
        return R.ok();
    }
    @ApiOperation(value = "详情系统公告")
    @PostMapping(value = "/detail")
    @GetMapping(value = "/detail")
    public R<TSystemBulletin> detail(@RequestParam String id) {
        return R.ok(systemBulletinService.getById(id));