对接公告以及详情接口

This commit is contained in:
zhouyanli
2026-04-23 11:30:54 +08:00
parent 057758772e
commit 347917e40a
6 changed files with 235 additions and 401 deletions

View File

@@ -45,4 +45,6 @@ export const getNoticeList = (data) =>{
return get('/api/resident/notice/list',data)
}
// 获取公告详情
// export const getNoticeDetails =
export const getNoticeDetails = (noticeId) =>{
return get(`/api/resident/notice/${noticeId}`)
}