shawenguan 1 年間 前
コミット
88efabf9a2
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Scripts/elife/ofpayGrab.js

+ 2 - 0
Scripts/elife/ofpayGrab.js

@@ -108,11 +108,13 @@ async function all() {
                     }
                     let allBuyEntries = getWillMarketBuyListAll();
                     lk.log(JSON.stringify(allBuyEntries));
+                    lk.log(`length=${allBuyEntries.length}`);
                     let allRetList = [];
                     for (let i = 0; i < allBuyEntries.length; i++) {
                         const cateType = allBuyEntries[i][0];
                         lk.log(JSON.stringify(cateType));
                         const buyList = allBuyEntries[i][1];
+                        lk.log(JSON.stringify(buyList));
                         if (!buyList) {
                             continue;
                         }