Parcourir la source

退款接口路径

yanliming il y a 4 ans
Parent
commit
eb61da95e5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/api/base/orderInfo.js

+ 1 - 1
src/api/base/orderInfo.js

@@ -42,7 +42,7 @@ function batchRemove(idList) {
   });
 }
 function updateOrder(formData) {
-  return request.post(constant.serverUrl + "/base/order/updateOrder",formData);
+  return request.post(constant.serverUrl + "/base/orderInfo/updateOrder",formData);
 }