shawenguan 1 year ago
parent
commit
d1bf4dff48
1 changed files with 1 additions and 1 deletions
  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,
     };