Explorar el Código

接口名写错了

lighter hace 2 semanas
padre
commit
6a3c0e3afa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/api/orderZdMaintain/index.ts

+ 1 - 1
src/api/orderZdMaintain/index.ts

@@ -390,7 +390,7 @@ export function saveMzSupplyCharge(data) {
 
 export function delSupplyCharge(code, chargeCode) {
   return requestV2({
-    url: "/orderZdMaintain/deleteSupplyCharge",
+    url: "/orderZdMaintain/delSupplyCharge",
     method: "get",
     params: { code, chargeCode },
   });