shawenguan 2 年之前
父節點
當前提交
92dc73aab9
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Scripts/gandart/gandartPay.js

+ 2 - 0
Scripts/gandart/gandartPay.js

@@ -110,6 +110,8 @@ async function checkTryPayAll() {
         } else {
             lk.log('不存在未支付订单');
         }
+    } else {
+        lk.log('不存在未支付订单');
     }
     return paySuccCnt;
 }