开始做发票
This commit is contained in:
@@ -7,8 +7,8 @@ export const getMeterList = async function() {
|
||||
}
|
||||
|
||||
// 获取表计详情
|
||||
export const getMeterDetail = async function({ tenement, code }) {
|
||||
return await GET(`/wx/getMeterDetail/${tenement}/${code}`);
|
||||
export const getMeterDetail = async function({ tenement, id }) {
|
||||
return await GET(`/wx/getMeterDetail/${tenement}/${id}`);
|
||||
}
|
||||
|
||||
// 获取某一商户的电表列表
|
||||
|
Reference in New Issue
Block a user