From 047c8d7c87e526c91b4078b691574580008e8405 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 6 May 2023 13:03:39 +0800 Subject: [PATCH] Update dwnc.js --- dwnc.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dwnc.js b/dwnc.js index 5b0767c..3f3b5ce 100644 --- a/dwnc.js +++ b/dwnc.js @@ -10,8 +10,8 @@ * * 四个参数缺一不可 * 得物APP => 购物 => 上方推荐 - 免费领好礼 - * 找不到的话去 我 => 星愿森林 进入活动 - * 抓app.dewu.com域名下headers参数x-auth-token & SK & shumeiId & uuid 多账号 @ 分割 + * 找不到的话去 我 => 星愿森林 进入活动 x-auth-token去掉bearer + * 抓app.dewu.com域名下headers参数 x-auth-token & SK & shumeiId & uuid 多账号 @ 分割 * ==================================== * */ @@ -352,7 +352,7 @@ class UserInfo { async task_true() { // 查询完成任务 && 未领取的任务 await this.task_list() for (let i in this.extraAwardList) { - if (this.userStep > this.extraAwardList[i].condition && this.extraAwardList[i].status == 1) { + if (this.extraAwardList[i].status == 1) { console.log("领取累计任务奖励"); await this.task_extra(this.extraAwardList[i].condition) } else {