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