对接公区收益
This commit is contained in:
@@ -269,3 +269,13 @@ export const getInspectionList = (data) =>{
|
||||
export const inspectionDetails = (data) =>{
|
||||
return get(`/api/resident/inspection/${data.id}`,data)
|
||||
}
|
||||
|
||||
// =======公区收益=========
|
||||
// 列表
|
||||
export const getRevenueList = (data) =>{
|
||||
return get('/api/resident/revenueNotice/list',data)
|
||||
}
|
||||
// 详情
|
||||
export const revenueDetails = (data) =>{
|
||||
return get(`/api/resident/revenueNotice/${data.id}`)
|
||||
}
|
||||
Reference in New Issue
Block a user