瀏覽代碼

退款位置

shish 5 年之前
父節點
當前提交
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
 //打印次数+1  姜枫 2021.06.26
 export const addPrintNum = data => https.get("/order/add-print-num", data);
 export const addPrintNum = data => https.get("/order/add-print-num", data);
 //订单退款  姜枫 2021.06.26
 //订单退款  姜枫 2021.06.26
-export const refund = data => {return https.post("/order/refund", data);};
+export const refund = data => {return https.post("/refund/create-order", data);};