shawenguan 1 年之前
父节点
当前提交
63078cd06f
共有 3 个文件被更改,包括 6 次插入2 次删除
  1. 2 0
      Scripts/wubian/wubianCloseSale.js
  2. 2 0
      Scripts/wubian/wubianRevokeEntrust.js
  3. 2 2
      Scripts/wubian/wubianScoreRank.js

+ 2 - 0
Scripts/wubian/wubianCloseSale.js

@@ -142,6 +142,8 @@ async function tryCloseSale() {
             } else {
                 break;
             }
+        } else {
+            await magicJS.utils.sleep(500);
         }
     }
 }

+ 2 - 0
Scripts/wubian/wubianRevokeEntrust.js

@@ -156,6 +156,8 @@ async function tryRevokeEntrust() {
             } else {
                 break;
             }
+        } else {
+            await magicJS.utils.sleep(500);
         }
     }
     magicJS.logger.info(`共检测到需处理的委托单数:${optOrderNum}/${entrustOrderTotal}`);

+ 2 - 2
Scripts/wubian/wubianScoreRank.js

@@ -1,9 +1,9 @@
 /*
-无边星链积分
+无边星链排行
 */
 
 
-const scriptName = `无边星链积分榜`;
+const scriptName = `无边星链排行榜`;
 const magicJS = MagicJS(scriptName, "INFO");
 
 const WuBianConstKey = {