修改发票信息
This commit is contained in:
@@ -40,4 +40,9 @@ export const getAlreadyInvoiceList = async function(page) {
|
||||
// 开票
|
||||
export const makeInvoice = async function(data) {
|
||||
return await POST(`/wx/invoice`, data);
|
||||
}
|
||||
|
||||
// 下载发票文件
|
||||
export const downloadInvoice = async function(id, type) {
|
||||
return await POST(`/wx/downloadInvoice/${id}?type=${type}`,);
|
||||
}
|
Reference in New Issue
Block a user