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