Update smzdm_task.js

This commit is contained in:
Hex
2023-03-10 15:08:53 +08:00
parent b6307d2348
commit 6496b7ef23

View File

@@ -116,7 +116,7 @@ class SmzdmTaskBot extends SmzdmBot {
const { isSuccess } = await this.receiveActivity(detail.cell_data);
notifyMsg += `${isSuccess ? '🟢' : '❌'}奖励领取${isSuccess ? '成功' : '失败!请查看日志'}\n`;
notifyMsg += `${isSuccess ? '🟢' : '❌'}限时累计活动阶段奖励领取${isSuccess ? '成功' : '失败!请查看日志'}\n`;
}
else {
$.log('无奖励');