shish 5 лет назад
Родитель
Сommit
04c892290b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/api/order/index.js

+ 1 - 1
ghsApp/src/api/order/index.js

@@ -170,4 +170,4 @@ export const reachOrder = data => https.get("/order/reach", data);
 //打印次数+1  姜枫 2021.06.26
 export const addPrintNum = data => https.get("/order/add-print-num", data);
 //订单退款  姜枫 2021.06.26
-export const refund = data => {return https.post("/order/refund", data);};
+export const refund = data => {return https.post("/refund/create-order", data);};