Explorar el Código

开票详情更换接口地址

shipeng hace 1 mes
padre
commit
51fef2297e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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
   });