spring
16 小时以前 a57e03f7cb03c1ba5f2f2b4c5d7a06b0ed1d0ecb
src/api/system/message.js
@@ -30,7 +30,7 @@
// 一键标记所有消息为已读
export function markAllAsRead() {
  return request({
    url: "/system/notice/markAllAsRead",
    url: "/system/notice/readAll",
    method: "post",
  });
}