From 6d5b39c766db7dce18f36d728d5fa2c0d7841ded Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 22 Nov 2023 16:04:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= 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 7c4b0b0..c48fd71 100644 --- a/gacmotor.js +++ b/gacmotor.js @@ -486,7 +486,7 @@ class UserInfo { let { body: result } = await httpRequest(options) result = JSON.parse(result) if (result.code == "0000") { - console.log(result.success); + console.log(`回答问题` + result.success); } else { console.log(`回答问题失败`); console.log(JSON.stringify(result));