Browse Source

退款位置

shish 5 years ago
parent
commit
04c892290b
1 changed files with 1 additions and 1 deletions
  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);};