From 725db380a109769eeb41443a7fcd508766e35ac4 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 18 Mar 2023 10:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=B0=94=E6=99=BA=E5=AE=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hezj.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hezj.js b/hezj.js index d8be50a..e98b9f9 100644 --- a/hezj.js +++ b/hezj.js @@ -1,5 +1,5 @@ /** - * 海尔智佳 + * 海尔智家 * cron 8 1 * * * hezj.js * 活动入口 首页 智慧小屋 * 2023/03/18 修复BUG @@ -15,7 +15,7 @@ -const $ = new Env("海尔智佳"); +const $ = new Env("海尔智家"); const ckName = "hezj_data"; //-------------------- 一般不动变量区域 ------------------------------------- const Notify = 1; //0为关闭通知,1为打开通知,默认为1 @@ -177,11 +177,11 @@ class UserInfo { headers: this.headersPost, body: JSON.stringify({ "taskCode": taskCode, "sourceClient": 1 }) } - console.log(options); + //console.log(options); let result = await httpRequest(options); //console.log(result); if (result.retCode == '00000') { - DoubleLog(`账号[${this.index}] 任务执行成功: [${result.data.signinQueryDetailList[0].dailyDate}] [${result.data.signinQueryDetailList[1].dailyDate}] `); + DoubleLog(`账号[${this.index}] 任务执行成功: [${taskCode}] `); } else { DoubleLog(`账号[${this.index}] 任务执行失效:,原因未知!`);