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