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