spring
2026-04-25 4fd0a0ccf35a239fe8c8f9385db2e8c4a0ad2f04
src/api/system/message.js
@@ -30,7 +30,7 @@
// 一键标记所有消息为已读
export function markAllAsRead() {
  return request({
    url: "/system/notice/markAllAsRead",
    url: "/system/notice/readAll",
    method: "post",
  });
}