mirror of
https://github.com/smallfawn/QLScriptPublic.git
synced 2025-12-17 23:35:02 +08:00
Update leidaCar.js
This commit is contained in:
@@ -139,7 +139,7 @@ class UserInfo {
|
|||||||
|
|
||||||
let { body: result } = await $.httpRequest(options);
|
let { body: result } = await $.httpRequest(options);
|
||||||
console.log(result);
|
console.log(result);
|
||||||
if (result.code == 0) {
|
if (result.code == 200) {
|
||||||
$.log(`分享成功`)
|
$.log(`分享成功`)
|
||||||
} else {
|
} else {
|
||||||
console.log(`❌账号[${this.index}] 分享文章失败`);
|
console.log(`❌账号[${this.index}] 分享文章失败`);
|
||||||
|
|||||||
Reference in New Issue
Block a user