From 067a9c94d5ce8a7116cf4db189592468958e549f Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 22 Nov 2023 17:06:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E6=B1=BD=E4=BC=A0=E7=A5=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gacmotor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gacmotor.js b/gacmotor.js index ecc38a1..249a7f9 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -535,7 +535,7 @@ class UserInfo { result = JSON.parse(result); //console.log(result); if (result.errorCode == "0") { - console.log(JSON.stringify(result)); + console.log(`添加助力任务成功`); } else { console.log(`❌${options.fn}状态[${result.resultMsg}]`); console.log(JSON.stringify(result));