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