From 1d345255b5b6bcc0fed907d23421ec514be1ac58 Mon Sep 17 00:00:00 2001 From: smallfawn <860562056@qq.com> Date: Sat, 25 Jan 2025 19:06:09 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=9D=B0=E5=A3=AB=E9=82=A6=E5=AE=89?= =?UTF-8?q?=E5=BF=83=E7=A6=8F=E5=88=A9=E7=A4=BE.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wxapp/杰士邦安心福利社.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/wxapp/杰士邦安心福利社.js b/wxapp/杰士邦安心福利社.js index 48881a1..fcd5260 100644 --- a/wxapp/杰士邦安心福利社.js +++ b/wxapp/杰士邦安心福利社.js @@ -5,7 +5,7 @@ * @base 幻生 https://github.com/Huansheng1/ * @change smallfawn https://github.com/smallfawn/QLScriptPublic * 变量名:jsbaxfls - * 变量值:https://vip.ixiliu.cn/mp/sign/applyV2 请求头Headers中access-token的值 多账户&分割 或换行 或新建同名变量 + * 变量值: 请求头Headers中access-token的值 多账户&分割 或换行 或新建同名变量 * scriptVersionNow = "0.0.1"; */ @@ -50,7 +50,6 @@ class Task { } body == "" ? "" : Object.assign(reqeuestOptions, { body: body }) let { body: result } = await $.httpRequest(reqeuestOptions) - console.log(reqeuestOptions) return result } async taskSignIn() { @@ -94,12 +93,12 @@ class Task { //console.log(options); console.log(result); if (result.status == 200) { - $.log(`✅账号[${this.nick_name}] 当天签到状态[${result.data.today_is_signed}]🎉`) + $.log(`✅账号[${this.index}] 当天签到状态[${result.data.today_is_signed}]🎉`) if (!result.data.today_is_signed) { await this.taskSignIn(); } } else { - $.log(`❌账号[${this.nick_name}] 当天签到状态[${result.message}]`); + $.log(`❌账号[${this.index}] 当天签到状态[${result.message}]`); console.log(result); } } catch (e) { @@ -114,9 +113,9 @@ class Task { //console.log(options); //console.log(result); if (result.status == 200) { - $.log(`✅账号[${this.nick_name}] 分享执行状态[${result.msg}]🎉`) + $.log(`✅账号[${this.index}] 分享执行状态[${result.msg}]🎉`) } else { - $.log(`❌账号[${this.nick_name}] 分享执行状态[${result.msg}]`); + $.log(`❌账号[${this.index}] 分享执行状态[${result.msg}]`); //console.log(result); } } catch (e) {