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