mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-16 23:09:38 +08:00
Update leidaCar.js
This commit is contained in:
@@ -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}] 分享文章失败`);
|
||||
|
||||
Reference in New Issue
Block a user