Browse Source

开票详情更换接口地址

shipeng 3 tháng trước cách đây
mục cha
commit
51fef2297e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/api/financeMr/InvoiceRecords.js

+ 2 - 1
src/api/financeMr/InvoiceRecords.js

@@ -31,7 +31,8 @@ export function orderInvoiceRed(params) {
 //  详情
 export function getInvoiceDetail(params) {
   return request({
-    url: '/order/orderInvoice/getInvoiceDetail',
+    // url: '/order/orderInvoice/getInvoiceDetail',
+    url: '/order/orderInvoice/getDetial',
     method: 'get',
     params
   });