搬运京喜农场脚本
增加 nodejs token & shareCode 配置文件 处理多账号 token 未配置时可自动跳过此账号
This commit is contained in:
@@ -321,7 +321,8 @@ function getJxNc(){
|
||||
if (safeGet(data)) {
|
||||
data = JSON.parse(data);
|
||||
if (data["ret"] === 0) {
|
||||
console.log(`【账号${$.index}(${$.nickName || $.UserName})京喜农场】${data["smp"]}`);
|
||||
console.log(`【账号${$.index}(${$.nickName || $.UserName})京喜农场助力码】${data["smp"]}`);
|
||||
console.log(`【账号${$.index}(${$.nickName || $.UserName})京喜农场active】 ${$.info.active}`);
|
||||
}
|
||||
} else {
|
||||
console.log(`京喜农场返回值解析异常:${JSON.stringify(data)}`);
|
||||
|
Reference in New Issue
Block a user