From ff6f4867b4b1c15216366b804e3410d272647847 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Wed, 3 Jan 2024 13:55:53 +0800 Subject: [PATCH] Update leidaCar.js --- leidaCar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leidaCar.js b/leidaCar.js index eb71ac2..39d1d50 100644 --- a/leidaCar.js +++ b/leidaCar.js @@ -139,7 +139,7 @@ class UserInfo { let { body: result } = await $.httpRequest(options); console.log(result); - if (result.code == 0) { + if (result.code == 200) { $.log(`分享成功`) } else { console.log(`❌账号[${this.index}] 分享文章失败`);