对接公告以及详情接口
This commit is contained in:
@@ -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}`)
|
||||
}
|
||||
Reference in New Issue
Block a user