初步完成电费账单列表
This commit is contained in:
8
service/report.js
Normal file
8
service/report.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import apis from '../utils/request';
|
||||
const { GET, POST, PUT, DELETE } = apis
|
||||
|
||||
// 获取电费账单
|
||||
export const getReportDetail = async function(id) {
|
||||
const tenement = wx.getStorageSync('tenement')
|
||||
return await GET(`/report/${id}/tenement/${tenement?.id}`);
|
||||
}
|
Reference in New Issue
Block a user