jlutt@163.com 3 лет назад
Родитель
Сommit
d62594aa39
1 измененных файлов с 1 добавлено и 1 удалено
  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
   })