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