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}] 分享文章失败`);