From ccf823cccf567821ef3208521fa7a50743836f37 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Sat, 10 Dec 2022 18:27:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8C=A0=E8=81=8C=E8=81=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gjzp.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gjzp.js b/gjzp.js index 9518cc8..545d47a 100644 --- a/gjzp.js +++ b/gjzp.js @@ -105,9 +105,9 @@ class UserInfo { let result = await httpRequest(options, name); //console.log(result); if (result.code == 20000) { - DoubleLog(`账号[${this.index}] 签到成功获得: ${result.msg}`); + DoubleLog(`账号[${this.index}] 签到成功获得: ${result.message}`); } else if (result.code == 40005) { - DoubleLog(`账号[${this.index}] 签到:失败 ❌ 了呢,原因${result.msg}!`); + DoubleLog(`账号[${this.index}] 签到:失败 ❌ 了呢,原因${result.message}!`); } else { console.log(result) }