shawenguan před 1 rokem
rodič
revize
73ae0ca856
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Scripts/wubian/wubianFirstGrab.js

+ 1 - 1
Scripts/wubian/wubianFirstGrab.js

@@ -94,7 +94,7 @@ async function tryFirstGrab() {
         if (retOrderData.code == 200) {
             magicJS.notification.appendNotifyInfo(`🎉抢购首发产品[${artData.title}]成功`);
         } else {
-            magicJS.logger.appendNotifyInfo(`❌抢购首发产品[${artData.title}]失败,原因:${retOrderData.msg}`);
+            magicJS.notification.appendNotifyInfo(`❌抢购首发产品[${artData.title}]失败,原因:${retOrderData.msg}`);
         }
     } else {
         magicJS.logger.error(`不存在匹配的首发产品`);