shawenguan 1 년 전
부모
커밋
73ae0ca856
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(`不存在匹配的首发产品`);