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