shawenguan 1 năm trước cách đây
mục cha
commit
f6df1c4dc3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Scripts/wubian/wubianRevokeEntrust.js

+ 1 - 1
Scripts/wubian/wubianRevokeEntrust.js

@@ -108,7 +108,7 @@ async function tryRevokeEntrust() {
     let page = 1;
     let entrustOrderTotal = 0;
     let optOrderNum = 0;
-    let nowTime = Date().now();
+    let nowTime = Date.now();
     let cmpTime = nowTime - 5 * 24 * 60 * 1000;
     while (page < 100) {
         let retOrder = await getOrderList(0, page, 13);