搬运京喜农场脚本

增加 nodejs token & shareCode 配置文件
处理多账号 token 未配置时可自动跳过此账号
This commit is contained in:
guyuexuan
2021-01-10 14:06:22 +08:00
parent 2789ef05dd
commit 5b789c8bff
4 changed files with 842 additions and 1 deletions

View File

@@ -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)}`);