yuan
7 天以前 f2f8729f979da379f17ddf9b04783b3f77dedce2
src/api/system/message.js
@@ -30,11 +30,19 @@
// 一键标记所有消息为已读
export function markAllAsRead() {
  return request({
    url: "/system/notice/markAllAsRead",
    url: "/system/notice/readAll",
    method: "post",
  });
}
// 清除当前用户的全部消息
export function clearAllMessage() {
  return request({
    url: "/system/notice/clearAll",
    method: "delete",
  });
}
// 确认消息
export function confirmMessage(noticeId, status) {
  return request({