调试申请开票的时候开票信息不存在的情况
This commit is contained in:
@@ -44,5 +44,5 @@ export const makeInvoice = async function(data) {
|
||||
|
||||
// 下载发票文件
|
||||
export const downloadInvoice = async function(id, type) {
|
||||
return await POST(`/wx/downloadInvoice/${id}?type=${type}`,);
|
||||
return await GET(`/wx/downloadInvoice/${id}?type=${type}`,);
|
||||
}
|
Reference in New Issue
Block a user