jlutt@163.com 3 anni fa
parent
commit
d62594aa39
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/api/order/orderList.js

+ 1 - 1
src/api/order/orderList.js

@@ -224,7 +224,7 @@ export function getOrderTraceImage(data) {
 
 export function payPrintOrder(data) {
   return request({
-    url: '/order/v1/payPrintOrder',
+    url: '/order/payPrintOrder',
     method: 'post',
     data: data
   })