lkk
9 天以前 ba772ed9b7e6009f57bd6b4f95f43ff61b12dd9b
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({