shawenguan hace 1 año
padre
commit
d1bf4dff48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Scripts/wubian/wubianRevokeEntrust.js

+ 1 - 1
Scripts/wubian/wubianRevokeEntrust.js

@@ -229,7 +229,7 @@ async function getOrderList(state, page) {
     return result;
 }
 async function getOrderInfo(orderSn) {
-    const url = `https://api.wubian.pro/vmf/app/order/list`;
+    const url = `https://api.wubian.pro/vmf/app/order/info`;
     const reqData = {
         orderSn: orderSn,
     };