yuan
2026-08-23 fd80c03df8aa8261e4c8174b9ee0a91edb45d60c
src/main/java/com/ruoyi/project/system/controller/SysNoticeController.java
@@ -87,6 +87,14 @@
        return toAjax(noticeService.readAll());
    }
    /**
     * 清除当前登录用户的全部消息
     */
    @DeleteMapping("/clearAll")
    public R clearAll() {
        return R.ok(noticeService.clearAll());
    }
    @PostMapping("appReadNotice")
    @Operation(summary = "移动端根据消息ID进行已读")
    public AjaxResult appReadNotice(@RequestParam("noticeId") Long noticeId) {