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