From c1db2f08301d97e2bf04c7236fa981e5ec083dbb Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期二, 15 七月 2025 18:02:09 +0800
Subject: [PATCH] 1

---
 src/api/system/notice.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/api/system/notice.js b/src/api/system/notice.js
index c274ea5..4aea2e6 100644
--- a/src/api/system/notice.js
+++ b/src/api/system/notice.js
@@ -8,7 +8,12 @@
     params: query
   })
 }
-
+export function noticeToday() {
+  return request({
+    url: '/system/notice/noticeToday',
+    method: 'get',
+  })
+}
 // 鏌ヨ鍏憡璇︾粏
 export function getNotice(noticeId) {
   return request({

--
Gitblit v1.8.0