Forráskód Böngészése

开票详情更换接口地址

shipeng 1 hete
szülő
commit
51fef2297e
1 módosított fájl, 2 hozzáadás és 1 törlés
  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
   });